Skip to content

Commit 1721611

Browse files
committed
[fix] : Do not allow -r
1 parent a589fa5 commit 1721611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/share/airootfs.any/root/customize_airootfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ language="en"
2727

2828

2929
# Parse arguments
30-
while getopts 'p:bt:k:rxu:o:i:s:da:g:z:l:' arg; do
30+
while getopts 'p:bt:k:xu:o:i:s:da:g:z:l:' arg; do
3131
case "${arg}" in
3232
p) password="${OPTARG}" ;;
3333
b) boot_splash=true ;;

0 commit comments

Comments
 (0)