Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1421,7 +1421,7 @@ SERVICE(){
|
|||||||
if [ "${3}" != "q" ]; then
|
if [ "${3}" != "q" ]; then
|
||||||
if [[ "${NCHOSTS}" == *"${nip}"* ]]; then
|
if [[ "${NCHOSTS}" == *"${nip}"* ]]; then
|
||||||
mntpath="/mnt/Nextcloud-Data"
|
mntpath="/mnt/Nextcloud-Data"
|
||||||
if [[ "${WEBHOSTS}" == *"${nip}"* ]]; then
|
elif [[ "${WEBHOSTS}" == *"${nip}"* ]]; then
|
||||||
mntpath="/mnt/web-data"
|
mntpath="/mnt/web-data"
|
||||||
fi
|
fi
|
||||||
mntpathcnt=`ls -l ${mntpath} | wc -l`
|
mntpathcnt=`ls -l ${mntpath} | wc -l`
|
||||||
|
|||||||
Reference in New Issue
Block a user