diff --git a/usr/local/share/bastille/restart.sh b/usr/local/share/bastille/restart.sh index b3791c3d..a6c7ca04 100644 --- a/usr/local/share/bastille/restart.sh +++ b/usr/local/share/bastille/restart.sh @@ -87,6 +87,10 @@ while [ "$#" -gt 0 ]; do esac done +if [ "$#" -ne 1 ]; then + usage +fi + TARGET="${1}" bastille_root_check