From 3250af616177d4dea53cf0d11e1639fe883bcf3e Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Fri, 14 Jun 2013 19:05:13 +0530 Subject: [PATCH] Fix WP-CLI Move Command --- usr/local/sbin/easyengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 11c7fe70..4770bacb 100755 --- a/usr/local/sbin/easyengine +++ b/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