clone: echo more debug output

This commit is contained in:
0x1eef 2024-05-11 17:15:23 -03:00
parent 5d600a478a
commit 3c674ef7d5

View file

@ -36,7 +36,6 @@ set -x
gitexec "clone ${giturl} ${gitdir}"
cd "${gitdir}"
gitexec "config core.filemode off"
gitexec "checkout -t origin/${branch}"
set +x
echo "[-] git checkout ${branch}"
gitexec "checkout -t origin/${branch} > /dev/null 2>&1"
echo "[-] Done"