Explorar el Código

pass hard --option first

Girish Ramakrishnan hace 8 años
padre
commit
cc9b5c59b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -43,7 +43,7 @@ if [[ ! -f "/app/data/.dbsetup" ]]; then
 
     # Set default post structure to what most people want
     # Curiously, installing some plugins prevents .htaccess getting written
-    $WP rewrite structure '/%postname%/' --hard
+    $WP rewrite structure --hard '/%postname%/'
 
     touch "/app/data/.dbsetup"
 else