소스 검색

Update alpine-whoogle-install.sh

tweak
tteckster 2 년 전
부모
커밋
1954973e77
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      install/alpine-whoogle-install.sh

+ 2 - 2
install/alpine-whoogle-install.sh

@@ -4,7 +4,7 @@
 # Author: tteck (tteckster)
 # Author: tteck (tteckster)
 # License: MIT
 # License: MIT
 # https://github.com/tteck/Proxmox/raw/main/LICENSE
 # https://github.com/tteck/Proxmox/raw/main/LICENSE
-source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
+source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
 
 
 color
 color
 verb_ip6
 verb_ip6
@@ -41,7 +41,7 @@ start() {
 stop() {
 stop() {
     kill \$(cat \$pidfile)
     kill \$(cat \$pidfile)
     rm \$pidfile
     rm \$pidfile
-}" > /etc/init.d/whoogle
+}" >/etc/init.d/whoogle
 
 
 chmod 755 /etc/init.d/whoogle
 chmod 755 /etc/init.d/whoogle
 rc-service -q whoogle start
 rc-service -q whoogle start