We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8f5b3 commit f992426Copy full SHA for f992426
image/service/phpldapadmin/startup.sh
@@ -43,7 +43,7 @@ a2ensite phpldapadmin | log-helper debug
43
#
44
# phpLDAPadmin directory is empty, we use the bootstrap
45
46
-if [ ! "$(ls -A /var/www/phpldapadmin)" ]; then
+if [ ! "$(ls -A -I lost+found /var/www/phpldapadmin)" ]; then
47
48
log-helper info "Bootstap phpLDAPadmin..."
49
0 commit comments