This commit is contained in:
2026-05-26 23:49:39 +02:00
parent 86b435d7e9
commit b0eb67df6a
13 changed files with 57 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
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