Updated version of distributed PPSS - does not work - not tested

This commit is contained in:
Louwrentius 2009-01-25 00:08:55 +00:00
parent a946ebed2d
commit 3bfc12f235
1 changed files with 2 additions and 1 deletions

View File

@ -246,7 +246,8 @@ exec_cmd () {
if [ ! -z "$SSH_SERVER" ] if [ ! -z "$SSH_SERVER" ]
then then
ssh "$SSH_OPTS" "$SSH_KEY" "$SSH_SERVER" eval "$CMD" #ssh "$SSH_OPTS" "$SSH_KEY" "$SSH_SERVER" eval "$CMD"
ssh "$SSH_SERVER" "$CMD"
else else
eval "$CMD" eval "$CMD"
fi fi