Skip to content

Commit

Permalink
[bin] Let’s try that with more modern syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jul 11, 2018
1 parent 3718c12 commit 2118f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.exec
@@ -1,5 +1,5 @@
#!/bin/bash
if [[ TARGET_INSTALL_REMOTE -eq 1 ]]; then
if [[ $TARGET_INSTALL_REMOTE == 1 ]]; then
args=(ssh)

if [[ ! -z "$THEOS_DEVICE_PORT" ]]; then
Expand Down

0 comments on commit 2118f8a

Please sign in to comment.