This commit is contained in:
Thomas Forgione 2019-04-16 14:18:46 +02:00
parent 8537473184
commit 09cedacbab
No known key found for this signature in database
GPG Key ID: BFD17A2D71B3B5E7
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ main() {
sudoresult=$(sudo -nv 2>&1)
if [ $? -eq 0 ]; then
sudo_available=0
sudo_available=1
elif echo $sudoresult | grep -q '^sudo:'; then
sudo_available=0
else