From 4d83642522fbf83e877e6269e01733163a2f95a1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 9 Feb 2023 11:44:07 -0500 Subject: [PATCH] Update nextcloudpi-v5.sh check path to update host --- ct/nextcloudpi-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/nextcloudpi-v5.sh b/ct/nextcloudpi-v5.sh index bcc07914..a8b21172 100644 --- a/ct/nextcloudpi-v5.sh +++ b/ct/nextcloudpi-v5.sh @@ -92,7 +92,7 @@ if command -v pveversion >/dev/null 2>&1; then fi fi if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then + if [[ ! -f /lib/systemd/system/nextcloud-domain.service ]]; then msg_error "No ${APP} Installation Found!"; exit fi