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=""
|
SUDO=""
|
||||||
if [[ -z $NOSUDO ]]; then
|
if [[ -z $NOSUDO ]]; then
|
||||||
SUDO=sudo
|
SUDO="sudo"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "using '$SUDO' as sudo"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
echo
|
echo
|
||||||
echo "configuring settings common among OSes"
|
echo "configuring settings common among OSes"
|
||||||
|
|
Loading…
Reference in a new issue