This commit is contained in:
Alexandre
2022-07-21 16:07:09 +02:00
parent 71c0d1886a
commit cbfba46760

View File

@@ -19,7 +19,7 @@ bashio::log.info "The following json files were found in $HOME and will be used
cd "$HOME" || true
for i in *.json; do # Whitespace-safe but not recursive.
echo "... processing $i"
ln -s "$i" /usr/app/config
ln -sf "$i" /usr/app/config
done
##############