fix weird directory settings

This commit is contained in:
2024-04-20 08:38:13 -06:00
parent 160941a8fb
commit 6b003c87a2

View File

@ -134,7 +134,7 @@ MAIN() {
case $CONNECTION_STRING in case $CONNECTION_STRING in
localhost | $USER@localhost ) localhost | $USER@localhost )
eval "$REMOTE_COMMAND" eval "cd; $REMOTE_COMMAND"
return $? return $?
;; ;;
esac esac