Better message from restart when mush.cnf is not found
authorAri Johnson <ari@cobramush.org>
Sat, 3 Mar 2007 00:27:48 +0000 (00:27 +0000)
committerAri Johnson <ari@theari.com>
Thu, 24 Mar 2011 15:58:45 +0000 (15:58 +0000)
(cherry picked from commit 97fc9844e665bcc21a1d14d3ec37b9c4f0009349)

game/restart.dst

index 9ccdf472a7ff5d8168c771aff0cd7c706555cb7d..87fb621c11bc514a2edb9ce54eac7d32f8d1ace7 100644 (file)
@@ -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