update
This commit is contained in:
@@ -141,7 +141,7 @@ SERVICE(){
|
||||
if [[ " ${NC_HOSTS[*]} " =~ " ${nip} " ]]; then
|
||||
mntpath="/mnt/Nextcloud-Data"
|
||||
# elif [[ "${WEBHOSTS}" == *"${nip}"* ]]; then
|
||||
elif [[ " ${WEB_HOSTS[*]} " =~ " ${nip} " ]]; then
|
||||
elif [[ " ${NM_HOSTS['WEB'][*]} " =~ " ${nip} " ]]; then
|
||||
mntpath="/mnt/web-data"
|
||||
fi
|
||||
${NCMD} "test -e ${mntpath}/mounted"
|
||||
|
||||
Reference in New Issue
Block a user