Update 99-run.sh

This commit is contained in:
Alexandre
2022-07-21 18:59:08 +02:00
committed by GitHub
parent 1b32fe4195
commit 091582d5c9

View File

@@ -19,8 +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 -sf "$i" /usr/app/config
# cp "$i" /usr/app/config
cp "$i" /usr/app/config
done
# Permissions