From 85e47b76e6dfcc0178657905fd19be3a5f13af79 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Fri, 12 Jul 2024 13:29:18 +0200 Subject: [PATCH] Fix Typo --- nginx_proxy_manager_cli.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/nginx_proxy_manager_cli.sh b/nginx_proxy_manager_cli.sh index 75384c0..92b3393 100755 --- a/nginx_proxy_manager_cli.sh +++ b/nginx_proxy_manager_cli.sh @@ -50,16 +50,20 @@ # --help Display this help -# Variables to edit (required) +################################ +# Variables to Edit (required) # +################################ + NGINX_IP="127.0.0.1" # Existing nginx user API_USER="user@nginx" API_PASS="pass nginx" -#################### -# Edit (optionnal) # -#################### +################################# +# Variables to Edit (optionnal) # +################################# + BACKUP_DIR="./backups" DATE=$(date +"%Y%m%d%H%M%S") BACKUP_FILE="$BACKUP_DIR/backup_${NGINX_IP//./_}_$DATE.json"