Explorar el Código

More debug output

bryan hace 2 años
padre
commit
f3bce0a6fe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      openwrtbuilder

+ 2 - 2
openwrtbuilder

@@ -617,9 +617,9 @@ fromSource() {
     git -C "$GITSRCDIR" pull
  
     if [[ ${P_ARR[release]} == "snapshot" ]]; then
-        git -C "$GITSRCDIR" worktree add -f -d "$GITWORKTREEDIR" master
+        git -C "$GITSRCDIR" worktree add -q -d "$GITWORKTREEDIR" master
     else
-        git -C "$GITSRCDIR" worktree add -f -d "$GITWORKTREEDIR" "v$RELEASE"
+        git -C "$GITSRCDIR" worktree add -q -d "$GITWORKTREEDIR" "v$RELEASE"
     fi
 
     pushd "$GITWORKTREEDIR" &>/dev/null || return 1