mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-27 06:37:16 +02:00
Update service messages in sure.sh script
This commit is contained in:
+4
-4
@@ -30,9 +30,9 @@ function update_script() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if check_for_gh_release "Sure" "we-promise/sure"; then
|
if check_for_gh_release "Sure" "we-promise/sure"; then
|
||||||
msg_info "Stopping Sure"
|
msg_info "Stopping Service"
|
||||||
$STD systemctl stop sure
|
$STD systemctl stop sure
|
||||||
msg_ok "Stopped Sure"
|
msg_ok "Stopped Service"
|
||||||
|
|
||||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "Sure" "we-promise/sure" "tarball" "latest" "/opt/sure"
|
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "Sure" "we-promise/sure" "tarball" "latest" "/opt/sure"
|
||||||
RUBY_VERSION="$(cat /opt/sure/.ruby-version)" RUBY_INSTALL_RAILS=false setup_ruby
|
RUBY_VERSION="$(cat /opt/sure/.ruby-version)" RUBY_INSTALL_RAILS=false setup_ruby
|
||||||
@@ -50,9 +50,9 @@ function update_script() {
|
|||||||
unset SECRET_KEY_BASE_DUMMY
|
unset SECRET_KEY_BASE_DUMMY
|
||||||
msg_ok "Updated Sure"
|
msg_ok "Updated Sure"
|
||||||
|
|
||||||
msg_info "Starting Sure"
|
msg_info "Starting Service"
|
||||||
$STD systemctl start sure
|
$STD systemctl start sure
|
||||||
msg_ok "Started Sure"
|
msg_ok "Started Service"
|
||||||
msg_ok "Updated successfully!"
|
msg_ok "Updated successfully!"
|
||||||
fi
|
fi
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user