ENTRY POINT games/email@ynov.com/rooms/start.sh

This commit is contained in:
fred 2024-02-07 19:23:19 +01:00
parent 64f199fec4
commit 16ca189b54
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,6 @@ select game in "${GAMES[@]}"; do
done
###################################################################
if hash uuidgen 2>/dev/null; then
homefolder=$(pwd)
@ -55,6 +54,9 @@ if hash uuidgen 2>/dev/null; then
cp -r ${MY_GAME}/art $HOME/.zen/adventure/$newplayer/art
cp -r ${MY_GAME}/script $HOME/.zen/adventure/$newplayer/script
cp -r ${MY_GAME}/logic $HOME/.zen/adventure/$newplayer/logic
else
echo "missing uuidgen. EXIT"
exit 1
fi
###################################################################
echo "Loading..."