mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Update 99-run.sh
This commit is contained in:
@@ -19,8 +19,7 @@ bashio::log.info "The following json files were found in $HOME and will be used
|
|||||||
cd "$HOME" || true
|
cd "$HOME" || true
|
||||||
for i in *.json; do # Whitespace-safe but not recursive.
|
for i in *.json; do # Whitespace-safe but not recursive.
|
||||||
echo "... processing $i"
|
echo "... processing $i"
|
||||||
ln -sf "$i" /usr/app/config
|
cp "$i" /usr/app/config
|
||||||
# cp "$i" /usr/app/config
|
|
||||||
done
|
done
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
|
|||||||
Reference in New Issue
Block a user