Skip to content

Commit f992426

Browse files
committed
ignore lost+found
1 parent bd8f5b3 commit f992426

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
@@ -43,7 +43,7 @@ a2ensite phpldapadmin | log-helper debug
4343
#
4444
# phpLDAPadmin directory is empty, we use the bootstrap
4545
#
46-
if [ ! "$(ls -A /var/www/phpldapadmin)" ]; then
46+
if [ ! "$(ls -A -I lost+found /var/www/phpldapadmin)" ]; then
4747

4848
log-helper info "Bootstap phpLDAPadmin..."
4949

0 commit comments

Comments
 (0)