corrections to scripts

This commit is contained in:
2016-05-14 20:20:26 +01:00
parent 8b6f9f1d59
commit 0087f19c03
11 changed files with 6 additions and 4 deletions

2
bin/ssh Executable file → Normal file
View File

@@ -7,7 +7,7 @@ if [ -n "$ID" ]; then
docker cp $ID:/opt/id_rsa .
fi
chmod 0600 id_rsa
eval "$COMMAND \"$ARGS\""
eval "$COMMAND $ARGS"
else
echo "Container is not running."
fi