From 8c67ae1dd6d53a6eecd31c880e9e1d7e03602fc5 Mon Sep 17 00:00:00 2001 From: inrepublica Date: Tue, 31 May 2016 16:19:02 +0200 Subject: [PATCH] Update to yunohost 2.4.0.6 packaging format = 2 --- README.md | 4 ++-- manifest.json | 4 ++-- scripts/upgrade | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d546bc3..8979e13 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # PHPSysInfo for Yunohost -PhpSysInfo 3.2.5 for [Yunohost](http://yunohost.org/). Works with Debian 8 and YunoHost 2.4.0.5. +PhpSysInfo 3.2.5 for [Yunohost](http://yunohost.org/). Work with YunoHost 2.4.0.6. # Installation You can install this package by going through the administration web interface by choosing "Install custom app", or using the moulinette: `yunohost app install https://github.com/inrepublica/phpsysinfo_ynh` # Configuration -Edit `phpsysinfo.ini` in `/var/www/phpsysinfo/phpsysinfo.ini`. +Edit `phpsysinfo.ini` in `/var/www/phpsysinfo/phpsysinfo.ini`. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 312f587..1001e72 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "PhpSysInfo", "id": "phpsysinfo", - "packaging_format": 1, + "packaging_format": 2, "description": { "en": "A customizable PHP script that displays information about your system nicely.", "fr": "Un script PHP paramétrable qui affiche des informations sur votre système." @@ -13,7 +13,7 @@ "email": "duvalmickael@gmail.com" }, "requirements": { - "yunohost": ">= 2.4.0.5" + "yunohost": ">= 2.4.0.6" }, "multi_instance": false, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index a10c227..045787b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -48,7 +48,7 @@ then # See install script ynh_app_setting_set "$app" unprotected_uris "/" # Remove old settings - # ynh_app_setting_delete "$app" skipped_uris + ynh_app_setting_delete "$app" skipped_uris fi # Restart services