add logging around sudo decision
This commit is contained in:
parent
ca11a4a09c
commit
fc926aa798
1 changed files with 3 additions and 1 deletions
|
@ -2,9 +2,11 @@
|
|||
|
||||
SUDO=""
|
||||
if [[ -z $NOSUDO ]]; then
|
||||
SUDO=sudo
|
||||
SUDO="sudo"
|
||||
fi
|
||||
|
||||
echo "using '$SUDO' as sudo"
|
||||
|
||||
set -e
|
||||
echo
|
||||
echo "configuring settings common among OSes"
|
||||
|
|
Loading…
Reference in a new issue