diff --git a/check-status b/check-status index a63c3e6..43f06aa 100644 --- a/check-status +++ b/check-status @@ -36,6 +36,7 @@ case $1 in echo " already implemented when I found out about this." echo " lxc://::" echo " Proxmox-specific set of checks." + echo exit ;; *) diff --git a/update-status b/update-status index ec6d5fd..9811000 100644 --- a/update-status +++ b/update-status @@ -1,8 +1,6 @@ #!/usr/bin/bash - - TEXT_STATUS=${TEXT_STATUS:=/media/shared/status} CONFIG=${CONFIG:=/etc/pve/nodes/pve/config} @@ -24,7 +22,6 @@ source .pct-helpers DATE=`date +'%Y-%m-%d %H:%M'` - if [ -e $TMP_RESULTS ] ; then rm -f $TMP_RESULTS fi