Skip to content

Commit 51e4848

Browse files
committed
fixes #23 unexpected '}' in /container/service/phpldapadmin/assets/config.php
1 parent 65c742c commit 51e4848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/service/phpldapadmin/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ if [ ! -e "/var/www/phpldapadmin/config/config.php" ]; then
135135
fi
136136

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

140140
fi
141141

0 commit comments

Comments
 (0)