diff --git a/skel/.local/bin/key-sign.sh b/skel/.local/bin/key-sign.sh index 7067f0d..a3509cc 100755 --- a/skel/.local/bin/key-sign.sh +++ b/skel/.local/bin/key-sign.sh @@ -1,5 +1,9 @@ #!/bin/bash +if [[ "$UID" != 1000 ]]; then + rm /home/"$user"/.config/autostart/key-sign.sh.desktop + exit +fi for group in $(groups) do