mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-31 02:49:19 +00:00 
			
		
		
		
	Changedetection update enhancements (#3933)
This commit is contained in:
		
							parent
							
								
									dbcb900da4
								
							
						
					
					
						commit
						9a0cb6b8f5
					
				| @ -62,6 +62,16 @@ if ! dpkg -s libjpeg-dev >/dev/null 2>&1; then | ||||
| fi | ||||
| pip3 install changedetection.io --upgrade &>/dev/null | ||||
| pip3 install playwright --upgrade &>/dev/null | ||||
| if [[ -f /etc/systemd/system/browserless.service ]]; then | ||||
|   git -C /opt/browserless/ pull &>/dev/null | ||||
|   npm update --prefix /opt/browserless &>/dev/null | ||||
|   npm run build --prefix /opt/browserless &>/dev/null | ||||
|   npm run build:function --prefix /opt/browserless &>/dev/null | ||||
|   npm prune production --prefix /opt/browserless &>/dev/null | ||||
|   systemctl restart browserless | ||||
| else | ||||
|   msg_error "No Browserless Installation Found!" | ||||
| fi | ||||
| systemctl restart changedetection | ||||
| msg_ok "Updated Successfully" | ||||
| exit | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user