add pve/init.sh

This commit is contained in:
Frank Schulte
2023-08-06 19:09:47 +02:00
parent 18f78c82e0
commit 7723efd48b

View File

@@ -16,7 +16,7 @@ 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