aboutsummaryrefslogtreecommitdiff
path: root/sshtool
diff options
context:
space:
mode:
Diffstat (limited to 'sshtool')
-rwxr-xr-xsshtool4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshtool b/sshtool
index 1396c87..58b00ef 100755
--- a/sshtool
+++ b/sshtool
@@ -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
}