[Fix] problem with art and logic folder

This commit is contained in:
Vansxur 2024-02-05 10:50:19 +01:00
parent 7d783c4c62
commit a4ed113595
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,8 @@ fi
echo "Sélectionnez un jeu :"
select GAME in $GAMES; do
if [ -n "$GAME" ]; then
START_SCRIPT="$GAMES_DIR/$GAME/start.sh"
cd "$GAMES_DIR/$GAME/rooms"
START_SCRIPT="./start.sh"
if [ ! -x "$START_SCRIPT" ]; then
echo "Le fichier start.sh pour $GAME n'existe pas ou n'est pas exécutable."

View File

@ -0,0 +1 @@
off