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