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@cobramush.org>
Sat, 3 Mar 2007 00:27:48 +0000 (00:27 +0000)
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