Added support for ProxMoxToolKitAppUpdate, fixed isues in hass confiig

Hass ct config home dir and ping intergration
This commit is contained in:
2025-02-25 22:51:34 +01:00
parent 3f16f057de
commit 3bc6f9ec98
5 changed files with 30 additions and 4 deletions

View File

@@ -199,4 +199,12 @@ actions:
bash /opt/Setup/Scripts/Init.sh || exit 1
rm /opt/Setup/Scripts/Init.sh
variants:
- hass
- hass
#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