Browse Source

Fix WP-CLI Move Command

old-stable
Mitesh Shah 12 years ago
parent
commit
3250af6161
  1. 2
      usr/local/sbin/easyengine

2
usr/local/sbin/easyengine

@ -215,7 +215,7 @@ WP-CLI()
echo -e "\033[34m Installing WP-CLI, Please Wait... \e[0m"
mkdir -p /var/www/wp-cli || OwnError "Unable To Create Directory /var/www/wp-cli"
curl http://wp-cli.org/installer.sh | bash || OwnError "Unable To Install WP-CLI"
mv ~/.composer /var/www/wp-cli/ || OwnError "Unable To Move WP-CLI"
mv ~/.composer/* /var/www/wp-cli/ || OwnError "Unable To Move WP-CLI"
# Call NGINXUSERINFO Function For NGINX User Details
NGINXUSERINFO

Loading…
Cancel
Save