This commit is contained in:
2022-06-30 03:38:30 +02:00
14 changed files with 51 additions and 2 deletions

View File

@@ -670,6 +670,14 @@ actions:
- heimdall
- vouchproxy
#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
# Enable service for iscsi CT
- trigger: post-files
action: |-

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