mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-04 11:43:48 +01:00
restart: Exit if not only 1 arg
This commit is contained in:
@@ -87,6 +87,10 @@ while [ "$#" -gt 0 ]; do
|
||||
esac
|
||||
done
|
||||
|
||||
if [ "$#" -ne 1 ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
TARGET="${1}"
|
||||
|
||||
bastille_root_check
|
||||
|
||||
Reference in New Issue
Block a user