mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -59,10 +59,10 @@ esac
|
||||
# Launch app #
|
||||
##############
|
||||
echo "Moving data directory"
|
||||
cp -r /opt/recipes /data/recipes
|
||||
chmod -R 755 /data/recipes
|
||||
cp -r /opt/recipes /data/
|
||||
mkdir -p /data/recipes/media
|
||||
mkdir -p /data/recipes/static
|
||||
chmod -R 755 /data/recipes
|
||||
|
||||
bashio::log.info "Launching app"
|
||||
cd /opt/recipes
|
||||
|
||||
Reference in New Issue
Block a user