bugfix: fix typos

This commit is contained in:
th33xitus
2020-10-06 21:14:56 +02:00
parent bc658f38bc
commit fb14d9c717

View File

@@ -87,8 +87,8 @@ mainsail_status(){
mcount=0 mcount=0
mainsail_data=( mainsail_data=(
$MAINSAIL_DIR $MAINSAIL_DIR
NGINX_SA/mainsail $NGINX_SA/mainsail
NGINX_SE/mainsail $NGINX_SE/mainsail
) )
#count+1 for each found data-item from array #count+1 for each found data-item from array
for md in "${mainsail_data[@]}" for md in "${mainsail_data[@]}"
@@ -110,8 +110,8 @@ fluidd_status(){
fcount=0 fcount=0
fluidd_data=( fluidd_data=(
$FLUIDD_DIR $FLUIDD_DIR
NGINX_SA/fluidd $NGINX_SA/fluidd
NGINX_SE/fluidd $NGINX_SE/fluidd
) )
#count+1 for each found data-item from array #count+1 for each found data-item from array
for fd in "${fluidd_data[@]}" for fd in "${fluidd_data[@]}"