mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Less checkenv output
This commit is contained in:
parent
713917e464
commit
c29669c484
2 changed files with 2 additions and 4 deletions
|
|
@ -7,16 +7,12 @@ if [ ! -d "$EVDIR" ]; then
|
|||
|
||||
echo "The evennia dir is not found at $EVDIR.";
|
||||
exit 1
|
||||
else
|
||||
echo "Evennia dir correctly set to $EVDIR.";
|
||||
fi
|
||||
|
||||
if [ ! -d "$EVGAMEDIR" ]; then
|
||||
|
||||
echo "The gamedir is not found at $EVGAMEDIR";
|
||||
exit 1
|
||||
else
|
||||
echo "Evennia game dir correctly set to $EVGAMEDIR.";
|
||||
fi
|
||||
|
||||
if [ $# -ne 0 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue