mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update alpine-whoogle-install.sh
tweak
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
# Author: tteck (tteckster)
 | 
			
		||||
# License: MIT
 | 
			
		||||
# https://github.com/tteck/Proxmox/raw/main/LICENSE
 | 
			
		||||
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
 | 
			
		||||
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
 | 
			
		||||
 | 
			
		||||
color
 | 
			
		||||
verb_ip6
 | 
			
		||||
@@ -41,7 +41,7 @@ start() {
 | 
			
		||||
stop() {
 | 
			
		||||
    kill \$(cat \$pidfile)
 | 
			
		||||
    rm \$pidfile
 | 
			
		||||
}" > /etc/init.d/whoogle
 | 
			
		||||
}" >/etc/init.d/whoogle
 | 
			
		||||
 | 
			
		||||
chmod 755 /etc/init.d/whoogle
 | 
			
		||||
rc-service -q whoogle start
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user