diff --git a/pve/init.sh b/pve/init.sh index 26d43fd..cda8703 100644 --- a/pve/init.sh +++ b/pve/init.sh @@ -16,10 +16,10 @@ RET=$(( ${RET} + $? )) git clone https://git.amintabh.de/fschulte.de/pve.git /root/repo/pve RET=$(( ${RET} + $? )) -find /root/repo/pve -type d --print 2>/dev/null +find /root/repo/pve -type d -print 2>/dev/null RET=$(( ${RET} + $? )) -cd /root/repo/pve +cd /root/repo/pve RET=$(( ${RET} + $? )) git fetch --all