Update 99-run.sh

This commit is contained in:
Alexandre
2022-07-21 16:32:45 +02:00
committed by GitHub
parent a6ee7fe9fe
commit 4e4aa33e94

View File

@@ -20,9 +20,11 @@ cd "$HOME" || true
for i in *.json; do # Whitespace-safe but not recursive. for i in *.json; do # Whitespace-safe but not recursive.
echo "... processing $i" echo "... processing $i"
ln -sf "$i" /usr/app/config ln -sf "$i" /usr/app/config
chmod 777 /usr/app/config/"$i"
done done
# Permissions
chmod -R 777 "$HOME"
############## ##############
# Launch App # # Launch App #
############## ##############