Fix launch on GNU/Linux
This commit is contained in:
parent
e327bf0c80
commit
d44ffa7153
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ launch_screen()
|
|||
CMD=". $TMP; ssh-add -l; echo; $CMD"
|
||||
fi
|
||||
|
||||
if [ $HOSTNAME == "ksh" ]
|
||||
if [ "$HOSTNAME" = "ksh" ]
|
||||
then
|
||||
$SCREEN -S "$1" -d -m sh -c "$CMD"
|
||||
else
|
||||
|
|
Reference in a new issue