alerts to debug

This commit is contained in:
Nathaniel Landau
2021-08-25 16:44:21 -04:00
parent 4a440df9e7
commit 45768e5edd

View File

@@ -254,11 +254,11 @@ _rootAvailable_() {
fi
if [[ -z ${superuser:-} ]]; then
notice 'Unable to acquire superuser credentials.'
debug 'Unable to acquire superuser credentials.'
return 1
fi
info 'Successfully acquired superuser credentials.'
debug 'Successfully acquired superuser credentials.'
return 0
}