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 fb3b35aaf0
commit 1bc583a5e1
1 changed files with 2 additions and 1 deletions

View File

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