From fb14d9c717e5a950aac2bc07971ea3bfc450bc7d Mon Sep 17 00:00:00 2001 From: th33xitus Date: Tue, 6 Oct 2020 21:14:56 +0200 Subject: [PATCH] bugfix: fix typos --- scripts/status.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/status.sh b/scripts/status.sh index 875d5d4..f9e3d60 100755 --- a/scripts/status.sh +++ b/scripts/status.sh @@ -87,8 +87,8 @@ mainsail_status(){ mcount=0 mainsail_data=( $MAINSAIL_DIR - NGINX_SA/mainsail - NGINX_SE/mainsail + $NGINX_SA/mainsail + $NGINX_SE/mainsail ) #count+1 for each found data-item from array for md in "${mainsail_data[@]}" @@ -110,8 +110,8 @@ fluidd_status(){ fcount=0 fluidd_data=( $FLUIDD_DIR - NGINX_SA/fluidd - NGINX_SE/fluidd + $NGINX_SA/fluidd + $NGINX_SE/fluidd ) #count+1 for each found data-item from array for fd in "${fluidd_data[@]}"