Added support for ProxmoxHelper App updater
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user