Skip to content

Commit 395835b

Browse files
committed
appurl again
1 parent ee5189c commit 395835b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

root/etc/cont-init.d/50-config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ elif [ -z "$ADVANCED_MODE" ];
3636
sed -i "s/DB_DATABASE=database_database/DB_DATABASE=${DB_DATABASE}/g" /var/www/html/.env
3737
sed -i "s/DB_USERNAME=database_username/DB_USERNAME=${DB_USER}/g" /var/www/html/.env
3838
sed -i "s/DB_PASSWORD=database_user_password/DB_PASSWORD=${DB_PASS}/g" /var/www/html/.env
39-
elif [ ! -z "$APP_URL" ]
40-
then;
39+
elif [ ! -z "$APP_URL" ];
40+
then
4141
echo "App URL Set"
4242
sed -i "s,#\sAPP_URL.*,APP_URL=${APP_URL},g" /var/www/html/.env
4343
else

0 commit comments

Comments
 (0)