mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 02:24:27 +05:00
bugfix: fix typos
This commit is contained in:
@@ -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[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user