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"