Fixes on deployment
This commit is contained in:
parent
8f0b841bbc
commit
2069af6902
|
@ -31,6 +31,7 @@ function main () {
|
||||||
echo "What argument is $1?" >&2
|
echo "What argument is $1?" >&2
|
||||||
else
|
else
|
||||||
echo "--noinput should provide a username" >&2
|
echo "--noinput should provide a username" >&2
|
||||||
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
[ $(whoami) == 'root' ] && {
|
[ $(whoami) == 'root' ] && {
|
||||||
|
|
Loading…
Reference in New Issue