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

@@ -307,5 +307,14 @@ actions:
echo "Europe/Amsterdam" > /etc/timezone
ln -s /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime
#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
mappings:
architecture_map: alpinelinux