create_wireguard_config.sh: fix minor error.
This commit is contained in:
parent
d104ed61e3
commit
6dc420fc68
@ -302,7 +302,7 @@ for _pkg in $_needed_debian_packages ; do
|
|||||||
done
|
done
|
||||||
if $_error ; then
|
if $_error ; then
|
||||||
echo_failed
|
echo_failed
|
||||||
erro "$(cat $log_file)"
|
error "$(cat $log_file)"
|
||||||
|
|
||||||
echononl "continue anyway [yes/no]: "
|
echononl "continue anyway [yes/no]: "
|
||||||
read OK
|
read OK
|
||||||
|
Loading…
Reference in New Issue
Block a user