mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-25 10:14:59 +01:00
Update monitor.sh
This commit is contained in:
@@ -67,8 +67,6 @@ while [ "$#" -gt 0 ]; do
|
||||
esac
|
||||
done
|
||||
|
||||
[ "$#" -eq 0 ] && usage
|
||||
|
||||
# Handle global actions.
|
||||
case "${1}" in
|
||||
enable)
|
||||
@@ -106,6 +104,8 @@ case "${1}" in
|
||||
;;
|
||||
esac
|
||||
|
||||
[ "$#" -eq 0 ] && usage
|
||||
|
||||
TARGET="${1}"
|
||||
ACTION="${2}"
|
||||
SERVICE="${3}"
|
||||
|
||||
Reference in New Issue
Block a user