From 301a23e5f42c2538a6ea62ef21718ecab7fdcc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:49:36 +0200 Subject: [PATCH] Update mafl.sh (#5715) --- ct/mafl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/mafl.sh b/ct/mafl.sh index 2d30c6674..9c6a81dd3 100644 --- a/ct/mafl.sh +++ b/ct/mafl.sh @@ -46,8 +46,8 @@ function update_script() { cd /opt/mafl yarn install yarn build - systemctl start mafl mv /opt/mafl-backup/data /opt/mafl/data + systemctl start mafl msg_ok "Updated Mafl to v${RELEASE}" else msg_ok "No update required. ${APP} is already at v${RELEASE}"