Clean up some secret management stuff
This commit is contained in:
parent
74ad74af1f
commit
37d8642ed9
3 changed files with 16 additions and 22 deletions
|
@ -151,8 +151,8 @@ in
|
|||
# Sway!
|
||||
if status --is-login; and test -z $DISPLAY; and test (tty) = "/dev/tty1"
|
||||
${bootDesktop}
|
||||
if test $status -ne 255
|
||||
exit $status
|
||||
if test $status -eq 0
|
||||
exit 0
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue