Skip to content

Commit

Permalink
Add missing dollar sign to var
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann committed Feb 5, 2023
1 parent 5e0dd1a commit 476d8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

case $1 in
copyFile)
if [[ TARGET_INSTALL_REMOTE -eq 1 ]]; then
if [[ $TARGET_INSTALL_REMOTE -eq 1 ]]; then
scp -P $THEOS_DEVICE_PORT "$2" $THEOS_DEVICE_USER@$THEOS_DEVICE_IP:$3
else
cp "$2" "$3"
Expand Down

0 comments on commit 476d8d1

Please sign in to comment.