add newline
This commit is contained in:
parent
344a19076f
commit
0533c97afc
@ -6,7 +6,7 @@ MNT="/mnt"
|
|||||||
|
|
||||||
# preliminary checks
|
# preliminary checks
|
||||||
[ -n "$2" ] || [ -z "$1" ] \
|
[ -n "$2" ] || [ -z "$1" ] \
|
||||||
&& printf "Usage: %b [device in %b/]" "$0" "$DEV" >>/dev/stderr \
|
&& printf "Usage: %b [device in %b/]\n" "$0" "$DEV" >>/dev/stderr \
|
||||||
&& exit 1 \
|
&& exit 1 \
|
||||||
|| true
|
|| true
|
||||||
! [ "$(id -u)" = 0 ] \
|
! [ "$(id -u)" = 0 ] \
|
||||||
|
Loading…
Reference in New Issue
Block a user