Просмотр исходного кода

update of path (#2566)

https://github.com/hestiacp/hestiacp/pull/2565
CloudyHost-Admin 3 лет назад
Родитель
Сommit
bf15d8708d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/v-run-cli-cmd

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

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