forked from coop-cloud/wordpress
fix locale
This commit is contained in:
parent
7c725fbf85
commit
40e89c874a
2
abra.sh
2
abra.sh
@ -15,6 +15,8 @@ core_install(){
|
|||||||
fi
|
fi
|
||||||
chown www-data:www-data /var/www/html/wp-content
|
chown www-data:www-data /var/www/html/wp-content
|
||||||
wp "core install --url=$DOMAIN --title=\"$TITLE\" --admin_user=$ADMIN --admin_email=$ADMIN_EMAIL --locale=$LOCALE --skip-email"
|
wp "core install --url=$DOMAIN --title=\"$TITLE\" --admin_user=$ADMIN --admin_email=$ADMIN_EMAIL --locale=$LOCALE --skip-email"
|
||||||
|
wp "language core install $LOCALE"
|
||||||
|
wp "language core activate $LOCALE"
|
||||||
wp "rewrite structure '/%year%/%monthnum%/%day%/%postname%/'"
|
wp "rewrite structure '/%year%/%monthnum%/%day%/%postname%/'"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user