fix: regenerate service file during update and restart service

This commit is contained in:
Sarto
2026-03-26 00:29:34 +03:30
parent ef004cc00f
commit 16675bdce4
+2 -4
View File
@@ -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