File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
image/service/phpldapadmin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ if [ ! -e "$FIRST_START_DONE" ]; then
2727 cp -R /var/www/phpldapadmin_bootstrap/* /var/www/phpldapadmin
2828 rm -rf /var/www/phpldapadmin_bootstrap
2929
30- echo " link /container/service/phpldapadmin/assets/config.php to /var/www/phpldapadmin/config/config.php"
31- ln -s /container/service/phpldapadmin/assets/config.php /var/www/phpldapadmin/config/config.php
30+ echo " copy /container/service/phpldapadmin/assets/config.php to /var/www/phpldapadmin/config/config.php"
31+ cp -f /container/service/phpldapadmin/assets/config.php /var/www/phpldapadmin/config/config.php
3232
3333 get_salt () {
3434 salt=$( < /dev/urandom tr -dc ' 1324567890#<>,()*.^@$% =-_~;:/{}[]+!`azertyuiopqsdfghjklmwxcvbnAZERTYUIOPQSDFGHJKLMWXCVBN' | head -c64 | tr -d ' \\' )
You can’t perform that action at this time.
0 commit comments