This commit is contained in:
Alexandre
2022-07-21 15:20:32 +02:00
parent c1924aae2c
commit d8e4a47c0c

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 -s "$i" /usr/app/config
done
##############