Add Missing Semicolons
This commit is contained in:
parent
e6eaba1537
commit
cffb1bb8d3
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ while getopts 'k:d:n:m:l:h:bc?' flag; do
|
||||||
m) keymap="${OPTARG}" ;;
|
m) keymap="${OPTARG}" ;;
|
||||||
t) timezone="${OPTARG}" ;;
|
t) timezone="${OPTARG}" ;;
|
||||||
b) systype="i386-pc" ;;
|
b) systype="i386-pc" ;;
|
||||||
c) encryption=0
|
c) encryption=0 ;;
|
||||||
h) hostname="${OPTARG}" ;;
|
h) hostname="${OPTARG}" ;;
|
||||||
?) show_help ;;
|
?) show_help ;;
|
||||||
*) show_help ;;
|
*) show_help ;;
|
||||||
|
|
Loading…
Reference in a new issue