Update
This commit is contained in:
parent
12484605cb
commit
57444f2c32
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue