瀏覽代碼

Merge pull request #2074 from mix5003/fix-fi

fix incorrect open if
Anton Reutov 4 年之前
父節點
當前提交
06a97a5551
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/v-update-sys-vesta

+ 1 - 1
bin/v-update-sys-vesta

@@ -38,7 +38,7 @@ fi
 if [ "$package" = "vesta-php" ]; then
 if [ "$package" = "vesta-php" ]; then
     valid=1
     valid=1
 fi
 fi
-fi [ "$package" = "vesta-ioncube" ]; then 
+if [ "$package" = "vesta-ioncube" ]; then 
     valid=1
     valid=1
 fi
 fi
 if [ "$package" = "vesta-softaculous" ]; then
 if [ "$package" = "vesta-softaculous" ]; then