File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
44
# Cosmetic corrections
45
45
46
46
# Proxmox_toolbox
47
- version=3.2
47
+ version=3.3
48
48
# V1.0: Initial Release
49
49
# V1.1: correct detecition of subscription message removal
50
50
# V2.0: Add backup and restore - reworked menu order - lots of small changes
@@ -57,6 +57,7 @@ version=3.2
57
57
# V3.0: Remove useless mutiple versions for better clarity
58
58
# V3.1: Merge backup folder in case there's pve and pbs on the same host - useless to have 2 content list
59
59
# V3.2: Restauration now automatically remount directories and reimport existant zpools
60
+ # V3.3: Add echo when restarting proxy services
60
61
61
62
# check if root
62
63
if [[ $( id -u) -ne 0 ]] ; then echo " - Please run as root / sudo" ; exit 1 ; fi
@@ -162,10 +163,10 @@ main_menu(){
162
163
else
163
164
if [ -d " $pve_log_folder " ]; then
164
165
echo " - Removing No Valid Subscription Message for PVE"
165
- sed -Ezi.bak " s/!== 'active'/== 'active'/" $proxmoxlib && systemctl restart pveproxy.service
166
+ sed -Ezi.bak " s/!== 'active'/== 'active'/" $proxmoxlib && echo " - Restarting proxy service " && systemctl restart pveproxy.service
166
167
else
167
168
echo " - Removing No Valid Subscription Message for PBS"
168
- sed -Ezi.bak " s/!== 'active'/== 'active'/" $proxmoxlib && systemctl restart proxmox-backup-proxy.service
169
+ sed -Ezi.bak " s/!== 'active'/== 'active'/" $proxmoxlib && echo " - Restarting proxy service " && systemctl restart proxmox-backup-proxy.service
169
170
fi
170
171
fi
171
172
sleep 3
You can’t perform that action at this time.
0 commit comments