From 16675bdce458aecd323aedcf4cb67387d345f98c Mon Sep 17 00:00:00 2001 From: Sarto Date: Thu, 26 Mar 2026 00:29:34 +0330 Subject: [PATCH] fix: regenerate service file during update and restart service --- scripts/install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 824a063..f7e9947 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -328,10 +328,8 @@ install_thefeed() { install_service start_service else - # Update: just restart - if [[ ! -f "$SERVICE_FILE" ]]; then - install_service - fi + # Update: regenerate service file and restart + install_service start_service fi