mirror of https://github.com/tteck/Proxmox.git
add torrserver scripts
This commit is contained in:
parent
cba3cc033b
commit
704ba481c8
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# Copyright (c) 2021-2023 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
|
|
@ -48,7 +48,7 @@ $STD rc-update add torrserver
|
||||||
msg_ok "Created Service"
|
msg_ok "Created Service"
|
||||||
|
|
||||||
msg_info "Starting Service"
|
msg_info "Starting Service"
|
||||||
$STD /sbin/rc-service torrserver start
|
$STD rc-service torrserver start
|
||||||
msg_ok "Started Service"
|
msg_ok "Started Service"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|
Loading…
Reference in New Issue