From 2173432f9754ff369ff88cfb9c8904481c338d3c Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 23 May 2025 00:22:48 -0400 Subject: [PATCH] restarting after updating. --- ct/convertx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/convertx.sh b/ct/convertx.sh index 6deb7be..0284a2e 100644 --- a/ct/convertx.sh +++ b/ct/convertx.sh @@ -30,9 +30,9 @@ function update_script() { msg_info "Updating $APP LXC" cd /opt/convertx git pull origin main - $STD systemctl restart convertx.service $STD apt-get update $STD apt-get -y upgrade + $STD systemctl restart convertx.service msg_ok "Updated $APP LXC" exit }