From 668837fbcf34896a4f0e554527b49141f6a70bb2 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 d9fe2ef..81d5f7c 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ You can modify some configurations using the Framaforms administration panel. Yo #### Multi-user support -* Are LDAP and HTTP auth supported? **No** -* Can the app be used by multiple users? **Yes** +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 9c4126a..c7f40d6 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 9f98892..172770e 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