mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update actualbudget.sh
fixes https://github.com/tteck/Proxmox/issues/3250
This commit is contained in:
		@@ -58,8 +58,8 @@ if [[ ! -d /opt/actualbudget ]]; then msg_error "No ${APP} Installation Found!";
 | 
				
			|||||||
msg_info "Updating ${APP}"
 | 
					msg_info "Updating ${APP}"
 | 
				
			||||||
systemctl stop actualbudget.service
 | 
					systemctl stop actualbudget.service
 | 
				
			||||||
cd /opt/actualbudget
 | 
					cd /opt/actualbudget
 | 
				
			||||||
git pull
 | 
					git pull &>/dev/null
 | 
				
			||||||
yarn install
 | 
					yarn install &>/dev/null
 | 
				
			||||||
systemctl start actualbudget.service
 | 
					systemctl start actualbudget.service
 | 
				
			||||||
msg_ok "Successfully Updated ${APP}"
 | 
					msg_ok "Successfully Updated ${APP}"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user