Remove redundant update messages in warracker.sh
This commit is contained in:
parent
a82f2520fb
commit
026756981c
@ -30,16 +30,13 @@ function update_script() {
|
|||||||
|
|
||||||
if check_for_gh_release "signoz" "SigNoz/signoz"; then
|
if check_for_gh_release "signoz" "SigNoz/signoz"; then
|
||||||
msg_info "Stopping Services"
|
msg_info "Stopping Services"
|
||||||
|
systemctl stop warrackermigration
|
||||||
systemctl stop warracker
|
systemctl stop warracker
|
||||||
systemctl stop ngninx
|
systemctl stop ngninx
|
||||||
msg_ok "Stopped Services"
|
msg_ok "Stopped Services"
|
||||||
|
|
||||||
fetch_and_deploy_gh_release "warracker" "sassanix/Warracker" "tarball" "latest" "/opt/warracker"
|
fetch_and_deploy_gh_release "warracker" "sassanix/Warracker" "tarball" "latest" "/opt/warracker"
|
||||||
|
|
||||||
msg_info "Updating ${APP}"
|
|
||||||
|
|
||||||
msg_ok "Updated $APP"
|
|
||||||
|
|
||||||
msg_info "Starting Services"
|
msg_info "Starting Services"
|
||||||
systemctl start warracker
|
systemctl start warracker
|
||||||
systemctl start ngninx
|
systemctl start ngninx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user