Reviewed-on: https://gitlab.altinea.fr/altinea/install-scripts/pulls/1
@ -38,7 +38,7 @@ _download() {
if [ -f $WG_CONFFILE -a "$OVERWRITE" != "on" ]; then
printf "WARNING : Wireguard config file already exists\n"
printf "Exiting now to prevent overrid of your actual parameters\n"
printf "Exiting now to prevent override of your actual parameters\n"
printf "You can force config overwriting with :\n"
printf "OVERWRITE=on %s %s\n" "$0" "$_ARGS"
exit 1;