From 704ba481c8afdeb60a95cd53520fe7d3a6770583 Mon Sep 17 00:00:00 2001 From: Roman Gogolev Date: Tue, 26 Sep 2023 18:43:48 +0300 Subject: [PATCH] add torrserver scripts --- ct/alpine-torrserver.sh | 2 +- install/alpine-torrserver-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/alpine-torrserver.sh b/ct/alpine-torrserver.sh index 529d57b8..2a19ae23 100644 --- a/ct/alpine-torrserver.sh +++ b/ct/alpine-torrserver.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/romka777/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/romka777/Proxmox/torrserver/misc/build.func) # Copyright (c) 2021-2023 tteck # Author: tteck (tteckster) # License: MIT diff --git a/install/alpine-torrserver-install.sh b/install/alpine-torrserver-install.sh index 3a7a273f..2bf48a94 100644 --- a/install/alpine-torrserver-install.sh +++ b/install/alpine-torrserver-install.sh @@ -48,7 +48,7 @@ $STD rc-update add torrserver msg_ok "Created Service" msg_info "Starting Service" -$STD /sbin/rc-service torrserver start +$STD rc-service torrserver start msg_ok "Started Service" motd_ssh