create_wireguard_config.sh: fix minor error.

This commit is contained in:
Christoph 2025-01-12 23:47:58 +01:00
parent d104ed61e3
commit 6dc420fc68

View File

@ -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