We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c602003 + 7a5a5c9 commit 976ebc1Copy full SHA for 976ebc1
usr/local/sbin/easyengine
@@ -1020,6 +1020,11 @@ EEWPDBSETUP()
1020
wp core install --allow-root --url=$WWWDOMAIN --title="$WWWDOMAIN" \
1021
--admin_name=$WPADMINUSER --admin_password=$WPADMINPASS --admin_email=$WPADMINEMAIL &>> $INSTALLLOG \
1022
|| OwnError "Unable To Create WordPress Tables For $DOMAIN"
1023
+
1024
+ # Update WordPress Permalink Structure, Day and Postname
1025
+ echo -e "\033[34mUpdating WordPress Permalink, Please Wait...\e[0m"
1026
+ wp rewrite structure /%year%/%monthnum%/%day%/%postname%/ \
1027
+ || OwnError "Unable To Update WordPress Permalink For $DOMAIN"
1028
}
1029
1030
EEPERMISSION()
0 commit comments