소스 검색

pass hard --option first

Girish Ramakrishnan 8 년 전
부모
커밋
cc9b5c59b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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