Skip to content

Commit

Permalink
Fix issue 43 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Robin <robin.alexander@netplus.ch>
  • Loading branch information
colisee and Robin committed Jun 23, 2023
1 parent 0f4d7db commit 5b315cd
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 5b315cd

Please sign in to comment.