https://github.com/hestiacp/hestiacp/pull/2565
@@ -40,7 +40,7 @@ if [ "$clicmd" = "composer" ]; then
fi
if [ "$clicmd" = "wp" ]; then
- clicmd="$homedir/.wp/wp"
+ clicmd="$homedir/.wp/wp-cli"
if [ -z "$(which "$clicmd")" ]; then