Files
DevOps/Proxmox/Scripts/startLibreelec.sh
T
2026-05-26 23:49:39 +02:00

7 lines
190 B
Bash

if [ "$(qm status 104)" != "status: running" ]; then
echo "VM is not running."
/usr/sbin/qm start 104 # Start up libreelec every morning at 0805
#else
# echo "VM is running."
fi