Skip to content

Commit 054ec5b

Browse files
committed
more symlinking fixing, found the missing ;
1 parent b17d276 commit 054ec5b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
# create directory structure
44
mkdir -p \
5-
/config/www/{storage,public}
6-
5+
/config/www/storage/uploads \
6+
/config/www/public
7+
78
# create symlinks
89
symlinks=( \
910
/var/www/html/storage/logs \
@@ -36,6 +37,7 @@ elif [ -z "$ADVANCED_MODE" ];
3637
sed -i "s/DB_USERNAME=database_username/DB_USERNAME=${DB_USER}/g" /var/www/html/.env
3738
sed -i "s/DB_PASSWORD=database_user_password/DB_PASSWORD=${DB_PASS}/g" /var/www/html/.env
3839
elif [ "$APP_URL" ]
40+
then;
3941
echo "App URL Set"
4042
sed -i "s,#\sAPP_URL.*,APP_URL=${APP_URL},g" /var/www/html/.env
4143
else

0 commit comments

Comments
 (0)