mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Bash/simple-restarter): always show the correct command name (#3996)
This commit is contained in:
@@ -10,8 +10,8 @@ _instant_crash_count=0
|
|||||||
_restart_count=0
|
_restart_count=0
|
||||||
|
|
||||||
if [ "$#" -ne 2 ]; then
|
if [ "$#" -ne 2 ]; then
|
||||||
echo "Usage: simple-restarter path filename"
|
echo "Usage: $0 path filename"
|
||||||
echo "Example: simple-restarter $HOME/azeroth-server/bin worldserver"
|
echo "Example: $0 $HOME/azeroth-server/bin worldserver"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user