Browse Source

Merge pull request 'Fix typo' (#1) from julien into master

Reviewed-on: https://gitlab.altinea.fr/altinea/install-scripts/pulls/1
pull/9/head
Julien Escario 3 years ago
parent
commit
9448b6c92d
  1. 2
      wireguard/wgportal_peer_install.sh

2
wireguard/wgportal_peer_install.sh

@ -38,7 +38,7 @@ _download() {
if [ -f $WG_CONFFILE -a "$OVERWRITE" != "on" ]; then if [ -f $WG_CONFFILE -a "$OVERWRITE" != "on" ]; then
printf "WARNING : Wireguard config file already exists\n" 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 "You can force config overwriting with :\n"
printf "OVERWRITE=on %s %s\n" "$0" "$_ARGS" printf "OVERWRITE=on %s %s\n" "$0" "$_ARGS"
exit 1; exit 1;

Loading…
Cancel
Save