diff options
l--------- | assh | 1 | ||||
l--------- | asshs | 1 | ||||
-rwxr-xr-x | shell | 2 |
3 files changed, 1 insertions, 3 deletions
@@ -1 +0,0 @@ -shell
\ No newline at end of file @@ -1 +0,0 @@ -assh
\ No newline at end of file @@ -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 |