diff --git a/manifest.json b/manifest.json index 7eccbc7..d8af73c 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,6 @@ "en": "Accounting free software (Beligum and French accounting)", "fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)" }, - "url": "http://www.noalyss.eu/", "license": "GPL-2", "maintainer": { "name": "bram", @@ -18,17 +17,14 @@ { "name": "domain", "ask": { - "en": "Choose a domain for NOALYSS", - "fr": "Choisir un domaine pour NOALYSS" + "en": "Choose a domain for NOALYSS" }, "example": "domain.org" }, { "name": "path", - "type": "path", "ask": { - "en": "Choose a path for NOALYSS", - "fr": "Choisir un chemin pour NOALYSS" + "en": "Choose a path for NOALYSS" }, "example": "/compta", "default": "/compta" diff --git a/scripts/install b/scripts/install index 28b81f1..0905aeb 100644 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ sudo cp -a ../sources/include/ $final_path sudo chown -R www-data: $final_path -sudo yunohost app setting noalyss version -v "7.0.1.0" +sudo yunohost app setting noalyss version -v "6.9.0.0" if [[ "$path" == "" ]]; then sed -i "s@PATHTOCHANGE@/@g" ../conf/nginx.conf