Skip to content

Commit

Permalink
fix(network-legacy): typo
Browse files Browse the repository at this point in the history
Signed-off-by: lilinjie <lilinjie@uniontech.com>
  • Loading branch information
uniontech-lilinjie authored and aafeijoo-suse committed Jun 12, 2023
1 parent 3f8f115 commit e2f961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/35network-legacy/parse-ip-opts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for p in $(getargs ip=); do
for autoopt in $(str_replace "$autoconf" "," " "); do
case $autoopt in
error) die "Error parsing option 'ip=$p'" ;;
bootp | rarp | both) die "Sorry, ip=$autoopt is currenty unsupported" ;;
bootp | rarp | both) die "Sorry, ip=$autoopt is currently unsupported" ;;
none | off)
[ -z "$ip" ] \
&& die "For argument 'ip=$p'\nValue '$autoopt' without static configuration does not make sense"
Expand Down

0 comments on commit e2f961a

Please sign in to comment.