Fix sddm listed as user.
This commit is contained in:
parent
9f6fa677c4
commit
4b85ad1f14
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ talk2dbus() {
|
|||
########
|
||||
|
||||
## shutdown if nobody is loged in:
|
||||
if [[ -z "$una" ]] ; then
|
||||
if [[ -z "$una" ]] || [[ $uid -lt 1000 ]] ; then
|
||||
exec $action
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue