From 9f50a99f7803c8ee10351135b1fda9c3e7d7183e Mon Sep 17 00:00:00 2001 From: Tobias Meier Date: Mon, 5 May 2025 10:45:55 +0200 Subject: [PATCH] fix --- ct/streamlink-webui.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ct/streamlink-webui.sh b/ct/streamlink-webui.sh index e211fe2..092a987 100644 --- a/ct/streamlink-webui.sh +++ b/ct/streamlink-webui.sh @@ -37,9 +37,6 @@ function update_script() { systemctl stop ${APP} msg_ok "Stopped $APP" - msg_info "Creating Backup" - msg_ok "Backup Created" - msg_info "Updating $APP to v${RELEASE}" rm -rf /opt/${APP} fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"