mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -20,9 +20,11 @@ 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
|
||||
|
||||
# Permissions
|
||||
chmod -R 777 "$HOME"
|
||||
|
||||
##############
|
||||
# Launch App #
|
||||
##############
|
||||
|
||||
Reference in New Issue
Block a user