From 6171d79eddfbe9e4a39cc69ce440246b490c1422 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 5 Sep 2017 14:43:51 +0200 Subject: [PATCH 1/2] fix wrong ucr var name --- preinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preinst b/preinst index 6746655..ca1f119 100644 --- a/preinst +++ b/preinst @@ -26,7 +26,7 @@ NC_UCR_FILE="$NC_PERMCONFDIR/ucr" mkdir -p "$NC_PERMCONFDIR" APPLIANCE=false -if [ "`ucr get umc/web/appliance/idxx`" = "nextcloud" ]; then +if [ "`ucr get umc/web/appliance/id`" = "nextcloud" ]; then APPLIANCE=true fi From 848b70fab1ef5e70abbc7a77e252c5dbebbaa63a Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 5 Sep 2017 14:44:02 +0200 Subject: [PATCH 2/2] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53cd0ab..a4657a8 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # along with this program. If not, see . app_name=nextcloud -app_version=12.0.2-0 +app_version=12.0.2-1 ucs_version=4.1