mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +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 " 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
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user