From 1954973e7722571691ef7873f5d78d142a3acb50 Mon Sep 17 00:00:00 2001 From: tteckster <tteckster@gmail.com> Date: Sat, 25 Mar 2023 17:29:00 -0400 Subject: [PATCH] Update alpine-whoogle-install.sh tweak --- install/alpine-whoogle-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/alpine-whoogle-install.sh b/install/alpine-whoogle-install.sh index 443001bd..b85e76d0 100644 --- a/install/alpine-whoogle-install.sh +++ b/install/alpine-whoogle-install.sh @@ -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