Added support for ProxmoxHelper App updater

This commit is contained in:
2022-06-23 12:22:42 +02:00
parent b8533ab3b3
commit b528003e18
12 changed files with 47 additions and 1 deletions

View File

@@ -1462,6 +1462,15 @@ actions:
- nfs
- duplicati
#Move App update script for ProxmoxHelper/ProxMoxToolKit, if CT has this script
- trigger: post-files
action: |-
#!/bin/sh
if test -f /opt/Setup/Scripts/PTKAppUpdate.sh ; then
mv /opt/Setup/Scripts/PTKAppUpdate.sh /opt/ProxMoxToolKitAppUpdate.sh
fi
#Setup jenkins user for node CT
- trigger: post-packages
action: |-
#!/bin/sh