mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e7d3bc7ec8
commit
a88663824d
@ -36,6 +36,7 @@ case $1 in
|
||||
echo " already implemented when I found out about this."
|
||||
echo " lxc://<ct-id>:<comman>:<args>"
|
||||
echo " Proxmox-specific set of checks."
|
||||
echo
|
||||
exit
|
||||
;;
|
||||
*)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user