Update nodemgmt-scripts.sh

This commit is contained in:
2022-10-14 23:16:11 -05:00
parent f3d204bf34
commit 8c6972fe12

View File

@@ -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`