mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Fix permissions for entrypoint.sh
This commit is contained in:
@@ -4,4 +4,6 @@ set -e
|
|||||||
|
|
||||||
bashio::log.info "Starting Social to Mealie"
|
bashio::log.info "Starting Social to Mealie"
|
||||||
cd /app || bashio::exit.nok "App directory not found"
|
cd /app || bashio::exit.nok "App directory not found"
|
||||||
|
chown nextjs /app/entrypoint.sh
|
||||||
|
chmod +x /app/entrypoint.sh
|
||||||
exec gosu nextjs /app/entrypoint.sh node --run start
|
exec gosu nextjs /app/entrypoint.sh node --run start
|
||||||
|
|||||||
Reference in New Issue
Block a user