Fixes on deployment
This commit is contained in:
parent
5a2fd3b4ad
commit
8f0b841bbc
|
@ -26,7 +26,7 @@ function main () {
|
||||||
fi
|
fi
|
||||||
run=surun_
|
run=surun_
|
||||||
sudorun=run_
|
sudorun=run_
|
||||||
elif [[ $# -eq 2 ]]; then
|
elif [[ $# -eq 2 ]]
|
||||||
if [[ $1 != '--noinput' ]]; then
|
if [[ $1 != '--noinput' ]]; then
|
||||||
echo "What argument is $1?" >&2
|
echo "What argument is $1?" >&2
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue