From: Ari Johnson Date: Sat, 3 Mar 2007 00:27:48 +0000 (+0000) Subject: Better message from restart when mush.cnf is not found X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=3ac5d5f846ea2fd23f096c5af4c992035613d823;p=cobramush.git Better message from restart when mush.cnf is not found (cherry picked from commit 97fc9844e665bcc21a1d14d3ec37b9c4f0009349) --- diff --git a/game/restart.dst b/game/restart.dst index 9ccdf47..87fb621 100644 --- a/game/restart.dst +++ b/game/restart.dst @@ -36,7 +36,7 @@ echo Running from `pwd` if [ ! -f "$CONF_FILE" ]; then echo "CONF_FILE doesn't exist. It's: $CONF_FILE" - echo "Create $CONF_FILE from $GAMEDIR/mushcnf.dst" + echo "Create $CONF_FILE from $GAMEDIR/mushcnf.dst and run 'make update'" exit 1 fi