From 8c6972fe12c3a605e262dfd6a9c837b6d133c0c5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 14 Oct 2022 23:16:11 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 9eb3431f..eff2bec0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1421,7 +1421,7 @@ SERVICE(){ if [ "${3}" != "q" ]; then if [[ "${NCHOSTS}" == *"${nip}"* ]]; then mntpath="/mnt/Nextcloud-Data" - if [[ "${WEBHOSTS}" == *"${nip}"* ]]; then + elif [[ "${WEBHOSTS}" == *"${nip}"* ]]; then mntpath="/mnt/web-data" fi mntpathcnt=`ls -l ${mntpath} | wc -l`