moved sudo -S and -n into configurable flags as they might be absent in much older systems

if password is supplied exsiting -n would get remove from flags
This commit is contained in:
Brian Coca
2015-10-28 02:02:43 -04:00
parent 2e05304f66
commit b2fc5142eb
4 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ sudo_exe = sudo
# What flags to pass to sudo
# WARNING: leaving out the defaults might create unexpected behaviours
#sudo_flags = -H -k
#sudo_flags = -H -S -n
# SSH timeout
timeout = 10