Copy all config files

This commit is contained in:
Alexandre
2022-07-21 15:50:55 +02:00
parent d8e4a47c0c
commit 2c01ca87d3

View File

@@ -22,6 +22,9 @@ for i in *.json; do # Whitespace-safe but not recursive.
ln -s "$i" /usr/app/config
done
# Copy config files
cp -Rn /usr/app/config/. $HOME/
##############
# Launch App #
##############