From 32d100728497856c417aef857c8f8457622803a6 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Mon, 18 Aug 2025 10:19:52 +0000 Subject: [PATCH] fix: ensure pulse user is created during updates - Add create_user() call to update flow (option 1) - Add create_user() call to reinstall flow (option 2) - Fixes 'chown: invalid user: pulse:pulse' error on older installations - Ensures smooth migration from root/other users to pulse user --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index c693d40a3..4f980d69b 100755 --- a/install.sh +++ b/install.sh @@ -363,6 +363,7 @@ main() { 1) backup_existing systemctl stop $SERVICE_NAME || true + create_user download_pulse start_pulse print_completion @@ -370,6 +371,7 @@ main() { 2) backup_existing systemctl stop $SERVICE_NAME || true + create_user download_pulse setup_directories install_systemd_service