From 6bc10c8972373c3cf941e4707489234293f3c903 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 7 Aug 2019 13:30:44 +0200 Subject: [PATCH 1/2] Fix URL of maintainer --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8e5448f..8e8fdee 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "maintainer": { "name": "decentral1se", "email": "lukewm@riseup.net", - "url": "https://decentral1se" + "url": "https://decentral1.se" }, "requirements": { "yunohost": ">= 3.6.4" From 91636aae7a2089b8765c619930ef2e2e5df8a89d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 7 Aug 2019 13:30:51 +0200 Subject: [PATCH 2/2] Quote in case of spacing --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 56e307a..5a76f92 100755 --- a/scripts/install +++ b/scripts/install @@ -151,7 +151,7 @@ php $final_path/maintenance/install.php --conf $final_path \ --dbprefix "mdk_" \ --lang $language \ --pass $admin_password \ - $wiki_name $admin + "$wiki_name" "$admin" #================================================= # REPLACE CONFIGURATION SETTINGS