From 7c61bf9ed6d8756c97478229db1573fba87630bd Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 7 Oct 2020 11:45:41 +0200 Subject: [PATCH] [fix] Restore cron file --- README.md | 4 ++-- manifest.json | 2 +- scripts/restore | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b238e9c..f1a1ce8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Framaforms helps you create online webforms and surveys. See https://framablog.org/2016/10/05/framaforms-noffrez-plus-les-reponses-que-vous-collectez-a-google/ (in French ) and https://framablog.org/2016/10/05/en-savoir-un-peu-plus-sur-le-projet-framaforms/ (in French) for further informations. -**Shipped version:** 1.0.0+190618 +**Shipped version:** 1.0.0+200715 ## Screenshots @@ -32,7 +32,7 @@ You can change some configuration by using the administration panel of drupal. Y #### Multi-user support -Are LDAP and HTTP auth supported? **No** +Are LDAP and HTTP auth supported? **Only LDAP** Can the app be used by multiple users? **Yes** #### Supported architectures diff --git a/manifest.json b/manifest.json index 46e0a6a..937694e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Create online webforms and surveys", "fr": "Créez des formulaires et questionnaires en ligne" }, - "version": "1.0.1+200715~ynh3", + "version": "1.0.1+200715~ynh4", "url": "https://framagit.org/framasoft/framaforms", "license": "GPL-2.0-only", "requirements": { diff --git a/scripts/restore b/scripts/restore index 5354124..a651c75 100644 --- a/scripts/restore +++ b/scripts/restore @@ -98,7 +98,7 @@ ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependenci ynh_script_progression --message="Restoring cron file..." --weight=1 # Restore the file first, so it can have a backup if different -ynh_restore_file --origin_path="/etc/cron.d/$app.conf" +ynh_restore_file --origin_path="/etc/cron.d/$app" #================================================= # SPECIFIC RESTORATION