Explorar o código

Update alpine-whoogle-install.sh

tweak
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
1954973e77
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      install/alpine-whoogle-install.sh

+ 2 - 2
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