mirror of https://github.com/tteck/Proxmox.git
add torrserver scripts
This commit is contained in:
parent
49159cc762
commit
d21ee84765
|
@ -47,7 +47,7 @@ $STD rc-update add torrserver
|
||||||
msg_info "Created Service"
|
msg_info "Created Service"
|
||||||
|
|
||||||
msg_info "Starting Service"
|
msg_info "Starting Service"
|
||||||
$STD rc-service torrserver start
|
$STD /etc/init.d/torrserver start
|
||||||
msg_info "Started Service"
|
msg_info "Started Service"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|
|
@ -554,7 +554,7 @@ EOF
|
||||||
sleep 2
|
sleep 2
|
||||||
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
|
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
|
||||||
fi
|
fi
|
||||||
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/romka777/Proxmox/main/install/$var_install.sh)" || exit
|
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/romka777/Proxmox/torrserver/install/$var_install.sh)" || exit
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue