mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 23:28:18 -04:00
print a message if neither start nor stop is specified
This commit is contained in:
parent
74da616f07
commit
4e028a06a7
1 changed files with 4 additions and 0 deletions
|
|
@ -92,4 +92,8 @@ case "$1" in
|
|||
esac
|
||||
done
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Usage: $0 {start|stop}"
|
||||
exit 1
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in a new issue