diff options
Diffstat (limited to 'sshtool')
-rwxr-xr-x | sshtool | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ else fi if [ -z "$ROOT_PASS" ]; then - read -s -p "Enter remote root password: " ROOT_PASS + read -s -p "Enter remote sudo password: " ROOT_PASS echo fi @@ -35,7 +35,7 @@ echo \$DEPLOYTOOL_ROOT_PASSWORD EOG chmod +x /tmp/deploytool_askpass export SUDO_ASKPASS=/tmp/deploytool_askpass -sudo -A sh - <<EOEVERYTHING +sudo -A sh - <<'EOEVERYTHING' EOF } |