mirror of
				https://github.com/linuxserver/docker-webtop.git
				synced 2025-11-04 13:14:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#! /bin/bash
 | 
						|
 | 
						|
if [ "${2}" == "WebBrowser" ]; then
 | 
						|
  /usr/bin/xdg-open /usr/share/applications/chromium.desktop
 | 
						|
else 
 | 
						|
  /usr/bin/exo-open-real "$@"
 | 
						|
fi
 |