From 7723efd48b767a82d472f47f133e818d627a4ae5 Mon Sep 17 00:00:00 2001 From: Frank Schulte Date: Sun, 6 Aug 2023 19:09:47 +0200 Subject: [PATCH] add pve/init.sh --- pve/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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