Commit b4a36dff authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Nextcloud personal cloud adjustements

parent 30f9918c
......@@ -133,7 +133,8 @@ function check_status
# NCP
NCP_STATUS="$( [[ -d /var/www/nextcloud ]] && echo "on" || echo "off" )"
[[ "$family" != "Ubuntu" ]] && LIST+=( "NCP" "Nextcloud personal cloud" "$NCP_STATUS" ) \
alive_port "Nextcloud personal cloud" "443"
[[ "$family" != "Ubuntu" ]] && LIST+=( "NCP" "$DESCRIPTION" "$NCP_STATUS" ) \
&& LIST_CONST=$((LIST_CONST + 1))
# OMV
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment