Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-07-16 23:49:22 +03:00
parent e7d3bc7ec8
commit a88663824d
2 changed files with 1 additions and 3 deletions

View File

@ -36,6 +36,7 @@ case $1 in
echo " already implemented when I found out about this." echo " already implemented when I found out about this."
echo " lxc://<ct-id>:<comman>:<args>" echo " lxc://<ct-id>:<comman>:<args>"
echo " Proxmox-specific set of checks." echo " Proxmox-specific set of checks."
echo
exit exit
;; ;;
*) *)

View File

@ -1,8 +1,6 @@
#!/usr/bin/bash #!/usr/bin/bash
TEXT_STATUS=${TEXT_STATUS:=/media/shared/status} TEXT_STATUS=${TEXT_STATUS:=/media/shared/status}
CONFIG=${CONFIG:=/etc/pve/nodes/pve/config} CONFIG=${CONFIG:=/etc/pve/nodes/pve/config}
@ -24,7 +22,6 @@ source .pct-helpers
DATE=`date +'%Y-%m-%d %H:%M'` DATE=`date +'%Y-%m-%d %H:%M'`
if [ -e $TMP_RESULTS ] ; then if [ -e $TMP_RESULTS ] ; then
rm -f $TMP_RESULTS rm -f $TMP_RESULTS
fi fi