From 561759ba53ff1830d3d9f8d6fc0ba4e9bfa7a719 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 22 Oct 2025 10:04:33 +0200 Subject: [PATCH] Update src/install.sh --- src/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/install.sh b/src/install.sh index 6b26a5f..89d1795 100644 --- a/src/install.sh +++ b/src/install.sh @@ -192,9 +192,9 @@ writeFile() { local txt="$1" local path="$2" - - echo "$txt" > "$path" - + + echo "$txt" >"$path" + if ! setOwner "$path"; then error "Failed to set the owner for \"$path\" !" fi