Skip to content

Commit

Permalink
fixes #23 unexpected '}' in /container/service/phpldapadmin/assets/co…
Browse files Browse the repository at this point in the history
…nfig.php
  • Loading branch information
BertrandGouny committed Dec 20, 2016
1 parent 65c742c commit 51e4848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/service/phpldapadmin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ if [ ! -e "/var/www/phpldapadmin/config/config.php" ]; then
fi

log-helper debug "link ${CONTAINER_SERVICE_DIR}/phpldapadmin/assets/config.php to /var/www/phpldapadmin/config/config.php"
ln -sf ${CONTAINER_SERVICE_DIR}/phpldapadmin/assets/config.php /var/www/phpldapadmin/config/config.php
cp -f ${CONTAINER_SERVICE_DIR}/phpldapadmin/assets/config.php /var/www/phpldapadmin/config/config.php

fi

Expand Down

0 comments on commit 51e4848

Please sign in to comment.