Update 99-run.sh

This commit is contained in:
Alexandre
2024-12-28 16:25:49 +01:00
committed by GitHub
parent 112e64e409
commit 3119ed5d60

View File

@@ -5,7 +5,7 @@ set -e
#################
# Set structure #
#################
cp -rf /app /config
cp -rf /app/* /config/
rm -r /app
ln -s /config /app