From 0e05cb61edd3fc8399b126abb6f0f027335fed48 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Sat, 3 Jan 2026 12:24:04 -0500 Subject: [PATCH] directly export env --- start.sh | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/start.sh b/start.sh index 811c12f..7756adb 100755 --- a/start.sh +++ b/start.sh @@ -8,30 +8,23 @@ chown -R cloudron:cloudron /app/data cd /app/data -if [ ! -f /app/data/.env ]; then -## Write new .env to import on restarts of the app -ROMM_AUTH_GEN=$(/usr/bin/openssl rand -hex 32) -cat >/app/data/.env < Starting supervisor" exec /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf --nodaemon -i Romm