add pve/init.sh
This commit is contained in:
@@ -16,10 +16,10 @@ RET=$(( ${RET} + $? ))
|
|||||||
git clone https://git.amintabh.de/fschulte.de/pve.git /root/repo/pve
|
git clone https://git.amintabh.de/fschulte.de/pve.git /root/repo/pve
|
||||||
RET=$(( ${RET} + $? ))
|
RET=$(( ${RET} + $? ))
|
||||||
|
|
||||||
find /root/repo/pve -type d --print 2>/dev/null
|
find /root/repo/pve -type d -print 2>/dev/null
|
||||||
RET=$(( ${RET} + $? ))
|
RET=$(( ${RET} + $? ))
|
||||||
|
|
||||||
cd /root/repo/pve
|
cd /root/repo/pve
|
||||||
RET=$(( ${RET} + $? ))
|
RET=$(( ${RET} + $? ))
|
||||||
|
|
||||||
git fetch --all
|
git fetch --all
|
||||||
|
|||||||
Reference in New Issue
Block a user