This commit is contained in:
Alexandre
2022-07-21 16:11:35 +02:00
parent cbfba46760
commit 86582ece3d

View File

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