From 6a3a91462c5d7621c93ff70668d3b19ba850424f Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Mon, 6 Jan 2025 15:26:05 +0500 Subject: [PATCH] Update --- liveuser/.local/bin/key-sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveuser/.local/bin/key-sign.sh b/liveuser/.local/bin/key-sign.sh index 812d8c13..2becfcdb 100755 --- a/liveuser/.local/bin/key-sign.sh +++ b/liveuser/.local/bin/key-sign.sh @@ -17,7 +17,7 @@ if [[ "$UID" != 0 ]]; then if [ "${group}" == "wheel" ] || [ "${group}" == "root" ]; then counter=$(( counter + 1 )) echo "The user '${USER}' is a member of the group ${group}" - if [ ! -x "$0" ]; + if [ ! -x "$0" ]; then chmod +x "$0" fi sudo /bin/sh -c "$0"