This commit is contained in:
Valeria Fadeeva 2024-12-02 12:22:49 +05:00
parent 12484605cb
commit 57444f2c32
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/bin/bash #!/bin/bash
if [[ "$UID" != 1000 ]]; then
rm /home/"$user"/.config/autostart/key-sign.sh.desktop
exit
fi
for group in $(groups) for group in $(groups)
do do