echo ssh command
This commit is contained in:
parent
8b10b4b709
commit
31b5e29c69
1
s3h.sh
1
s3h.sh
@ -96,5 +96,6 @@ if [[ -f "$configFile" ]]; then
|
|||||||
echo "config file '$configFile' selected. connecting..."
|
echo "config file '$configFile' selected. connecting..."
|
||||||
|
|
||||||
# execute ssh
|
# execute ssh
|
||||||
|
echo "Running 'ssh ${para[@]} `basename \"$configFile\"`'"
|
||||||
ssh ${para[@]} `basename "$configFile"`
|
ssh ${para[@]} `basename "$configFile"`
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user