mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
print a message if neither start nor stop is specified
This commit is contained in:
@@ -92,4 +92,8 @@ case "$1" in
|
||||
esac
|
||||
done
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Usage: $0 {start|stop}"
|
||||
exit 1
|
||||
esac
|
||||
|
Reference in New Issue
Block a user