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.
1 parent 5a16e52 commit 38a06c8Copy full SHA for 38a06c8
usr/local/sbin/easyengine
@@ -285,15 +285,14 @@ REMOVEWPCLI()
285
{
286
# Remove WP-CLI
287
echo -e "\033[34m Removing WP-CLI... \e[0m"
288
- sudo rm -rf /usr/share/easyengine/wp-cli /usr/bin/wp || OwnError "Unable To Remove WP-CLI"
+ rm -rf /usr/share/easyengine/wp-cli /usr/bin/wp /etc/bash_completion.d/wp-completion.bash || OwnError "Unable To Remove WP-CLI"
289
}
290
291
REMOVEPMA()
292
293
# Remove PMA/phpMyAdmin
294
echo -e "\033[34m Removing PMA... \e[0m"
295
- sudo rm -rf /var/www/shared/pma \
296
- || OwnError "Unable To Remove PMA"
+ rm -rf /var/www/shared/pma || OwnError "Unable To Remove PMA"
297
298
299
REMOVEMYSQL()
0 commit comments