From 80782d4fc5f16a65e836cb19b7805c6562c3540f Mon Sep 17 00:00:00 2001 From: tytan652 Date: Fri, 1 Jan 2021 21:49:12 +0100 Subject: [PATCH] doc: remove and edit some comments --- check_process | 4 ++-- scripts/install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 053d9ca..d0267fe 100644 --- a/check_process +++ b/check_process @@ -21,8 +21,8 @@ setup_public=0 upgrade=1 #upgrade=1 from_commit=CommitHash - backup_restore=1 #TODO: Manipulate wg0.conf in backup_restore and remove ? - multi_instance=0 #No need of multi-instance this + backup_restore=1 + multi_instance=0 port_already_use=0 change_url=0 ;;; Levels diff --git a/scripts/install b/scripts/install index 60ec5e7..777f1d1 100644 --- a/scripts/install +++ b/scripts/install @@ -115,7 +115,7 @@ mkdir -p $final_path/db/server cp ../conf/interfaces.json $final_path/db/server/interfaces.json ynh_replace_string --match_string="__PORT_WG__" --replace_string="$port_wg" --target_file="$final_path/db/server/interfaces.json" -# Create wireguard configuration directory +# Create WireGuard configuration directory mkdir -p /etc/wireguard # Add interace configuration file for WireGuard