Jaap Marcus 3 лет назад
Родитель
Сommit
738bb15c49
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      bin/v-update-sys-hestia-git

+ 2 - 2
bin/v-update-sys-hestia-git

@@ -125,8 +125,8 @@ install=$3
 # Allow the use of username:branch instead of username branch
 # Both fork and branch names can't contain a : anyway 
 if [ -z "$branch" ]; then 
-    branch = $(echo "$fork" | cut -d ":" -f2)
-    fork = $(echo "$fork" | cut -d ":" -f1)
+    branch=$(echo "$fork" | cut -d ":" -f2)
+    fork=$(echo "$fork" | cut -d ":" -f1)
 fi
 
 # Set Version for compiling