mirror of
				https://github.com/linuxserver/docker-webtop.git
				synced 2025-10-31 19:34:03 +01:00 
			
		
		
		
	update chromium wrapper (#219)
This commit is contained in:
		
							parent
							
								
									0d50587370
								
							
						
					
					
						commit
						1deffbdd6b
					
				| @ -2,8 +2,13 @@ | ||||
| 
 | ||||
| BIN=/usr/bin/chromium-browser | ||||
| 
 | ||||
| # Cleanup | ||||
| if ! pgrep chromium > /dev/null;then | ||||
|   rm -f $HOME/.config/chromium/Singleton* | ||||
| fi | ||||
| 
 | ||||
| # Run normally on privved containers or modified un non priv | ||||
| if grep -q 'Seccomp:	0' /proc/1/status; then | ||||
| if grep -q 'Seccomp:\t0' /proc/1/status; then | ||||
|   ${BIN} --password-store=basic "$@" | ||||
| else | ||||
|   ${BIN} --password-store=basic --no-sandbox --test-type "$@" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user