From 797b8d0490c439edb38de9e028b2b4fffa7f1ad3 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 30 Oct 2025 09:24:59 +0100 Subject: [PATCH] chore refactor --- ct/livebook.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ct/livebook.sh b/ct/livebook.sh index 496503a30..7d34959fc 100755 --- a/ct/livebook.sh +++ b/ct/livebook.sh @@ -45,8 +45,11 @@ function update_script() { $STD mix escript.install hex livebook --force chown -R livebook:livebook /opt/livebook /data + + msg_info "Starting Service" systemctl start livebook - msg_ok "Updated Livebook" + msg_info "Started Service" + msg_ok "Updated Successfully!" fi exit