diff options
Diffstat (limited to 'tools/rexec.sh')
-rwxr-xr-x | tools/rexec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rexec.sh b/tools/rexec.sh index d60c021..dea9cc8 100755 --- a/tools/rexec.sh +++ b/tools/rexec.sh @@ -62,7 +62,7 @@ function parse_args() { exit 1;; esac done - + [ -z $SSH_HOST ] && echo No host specified && exit 1 [ ${#SCRIPT_FILES[@]} -eq 0 ] && echo No script specified && exit 1 } |