update
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
action="$1"
|
action="$1"
|
||||||
FOLDER='/opt/idssys/ta-proxmenu'
|
FOLDER='/opt/idssys/ta-proxmenu'
|
||||||
VERS='2026.4.13-1'
|
VERS='2026.4.16-1'
|
||||||
|
|
||||||
noupdate=' restart cpu mm '
|
noupdate=' restart cpu mm '
|
||||||
|
|
||||||
|
|||||||
+7
-3
@@ -218,9 +218,13 @@ DETECT_CPU(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
RESTART_PVE_SERVICES(){
|
RESTART_PVE_SERVICES(){
|
||||||
echo -en "${idsCL[LightCyan]}Would you like to restart all Proxmox services on the local host (Y/n)?${idsCL[Default]} "
|
if [ "${1}" == "" ]; then
|
||||||
read -n 1 choice
|
echo -en "${idsCL[LightCyan]}Would you like to restart all Proxmox services on the local host (Y/n)?${idsCL[Default]} "
|
||||||
case "$choice" in
|
read -n 1 choice
|
||||||
|
else
|
||||||
|
choice=${1}
|
||||||
|
fi
|
||||||
|
case "${choice}" in
|
||||||
[Nn]) echo;;
|
[Nn]) echo;;
|
||||||
*) echo
|
*) echo
|
||||||
echo -en "\n${idsCL[Yellow]}Restarting services ... "
|
echo -en "\n${idsCL[Yellow]}Restarting services ... "
|
||||||
|
|||||||
Reference in New Issue
Block a user