Ver código fonte

update of path (#2566)

https://github.com/hestiacp/hestiacp/pull/2565
CloudyHost-Admin 3 anos atrás
pai
commit
bf15d8708d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      bin/v-run-cli-cmd

+ 1 - 1
bin/v-run-cli-cmd

@@ -40,7 +40,7 @@ if [ "$clicmd" = "composer" ]; then
 fi
 fi
 
 
 if [ "$clicmd" = "wp" ]; then
 if [ "$clicmd" = "wp" ]; then
-    clicmd="$homedir/.wp/wp"
+    clicmd="$homedir/.wp/wp-cli"
 fi
 fi
 
 
 if [ -z "$(which "$clicmd")" ]; then
 if [ -z "$(which "$clicmd")" ]; then