Commit 433ba570 authored by Anton Midyukov's avatar Anton Midyukov

deflogin: add options '-efu' to shebang of scripts

parent 2cac7940
#!/bin/sh
#!/bin/sh -efu
# issue welcome message if there's a guest user
# (the first one configured with empty password)
......
#!/bin/sh
#!/bin/sh -efu
# explicitly requested empty root password
case "$GLOBAL_ROOTPW_EMPTY" in
......
#!/bin/sh
#!/bin/sh -efu
# add regular user(s) assigning passwords and attributes of power
# NB: care that the utilities exist; shadow-utils is warranted
......
#!/bin/sh
#!/bin/sh -efu
[ -n "$GLOBAL_USERS" ] || exit 0
[ -n "$GLOBAL_DEFAULT_SESSION" ] || exit 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment