Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
colisee committed Jun 23, 2023
2 parents e051283 + 5b315cd commit 1ad4545
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ if ! [ -f /config/config.php ]; then
fi

# Link the configuration file
ln -s /config/config.php /var/www/html/config/config.php
if ! [ -f /var/www/html/config/config.php ]; then
ln -s /config/config.php /var/www/html/config/config.php
fi

# Set timezone
if test -f /usr/share/zoneinfo/${TZ}; then
Expand Down

0 comments on commit 1ad4545

Please sign in to comment.