diff options
Diffstat (limited to 'shell')
-rwxr-xr-x | shell | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ if [ -z "$DEST" ]; then exit 1 fi -if [ "$BASENAME" == "asshs" ] || [ "$BASENAME" == "shells" ]; then +if [ "$BASENAME" == "shells" ]; then # Remote screen shell using autossh if [ "$COMMAND" == "root" ]; then autossh $DEST -t -- sudo screen -x |