Files
hassio-addons/social_to_mealie/rootfs/etc/cont-init.d/99-run.sh
2025-12-27 20:40:17 +01:00

10 lines
275 B
Bash
Executable File

#!/command/with-contenv bashio
# shellcheck shell=bash
set -e
bashio::log.info "Starting Social to Mealie"
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