rc: actually parse -z option

This commit is contained in:
Franco Fichtner 2018-09-08 11:00:40 +02:00
parent 32596c4485
commit 7745e25236

View File

@ -69,7 +69,7 @@ bootstrap_and_exit()
exit "${RET}"
}
while getopts b OPT; do
while getopts bz OPT; do
case ${OPT} in
b)
DO_BOOT="-b"