Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions usr/local/sbin/easyengine
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,11 @@ EEWPDBSETUP()
wp core install --allow-root --url=$WWWDOMAIN --title="$WWWDOMAIN" \
--admin_name=$WPADMINUSER --admin_password=$WPADMINPASS --admin_email=$WPADMINEMAIL &>> $INSTALLLOG \
|| OwnError "Unable To Create WordPress Tables For $DOMAIN"

# Update WordPress Permalink Structure, Day and Postname
echo -e "\033[34mUpdating WordPress Permalink, Please Wait...\e[0m"
wp rewrite structure /%year%/%monthnum%/%day%/%postname%/ \
|| OwnError "Unable To Update WordPress Permalink For $DOMAIN"
}

EEPERMISSION()
Expand Down