mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Merge pull request #188 from srappan/main
fix msg-info to msg_info, typo caused script to quit
This commit is contained in:
		
						commit
						1730d5326e
					
				| 
						 | 
					@ -98,10 +98,10 @@ fi
 | 
				
			||||||
read -r -p "Disable Subscription Nag? <Y/n> " prompt
 | 
					read -r -p "Disable Subscription Nag? <Y/n> " prompt
 | 
				
			||||||
if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]]
 | 
					if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
msg-info "Disabling Subscription Nag"
 | 
					msg_info "Disabling Subscription Nag"
 | 
				
			||||||
echo "DPkg::Post-Invoke { \"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ \$? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; }; fi\"; };" > /etc/apt/apt.conf.d/no-nag-script
 | 
					echo "DPkg::Post-Invoke { \"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ \$? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; }; fi\"; };" > /etc/apt/apt.conf.d/no-nag-script
 | 
				
			||||||
apt --reinstall install proxmox-widget-toolkit &>/dev/null
 | 
					apt --reinstall install proxmox-widget-toolkit &>/dev/null
 | 
				
			||||||
msg-ok "Disabled Subscription Nag"
 | 
					msg_ok "Disabled Subscription Nag"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
msg_ok "Finished....Please Update Proxmox"
 | 
					msg_ok "Finished....Please Update Proxmox"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue