Add Missing Semicolons

This commit is contained in:
seiichiro 2021-09-17 16:14:31 +02:00
parent e6eaba1537
commit cffb1bb8d3

View file

@ -62,7 +62,7 @@ while getopts 'k:d:n:m:l:h:bc?' flag; do
m) keymap="${OPTARG}" ;;
t) timezone="${OPTARG}" ;;
b) systype="i386-pc" ;;
c) encryption=0
c) encryption=0 ;;
h) hostname="${OPTARG}" ;;
?) show_help ;;
*) show_help ;;