Browse Source

--autoload does not work anymore

not clear why
Girish Ramakrishnan 8 years ago
parent
commit
f0b468f4e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -114,7 +114,7 @@ ldapConfig=$(cat <<EOF
 }
 }
 EOF
 EOF
 )
 )
-$WP --autoload=true --format=json option update authLDAPOptions "${ldapConfig}"
+$WP --format=json option update authLDAPOptions "${ldapConfig}"
 
 
 touch /app/data/htaccess
 touch /app/data/htaccess