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