1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00

[fix] Restore cron file

This commit is contained in:
ljf 2020-10-07 11:45:41 +02:00
parent da17c63844
commit 7c61bf9ed6
3 changed files with 4 additions and 4 deletions

View file

@ -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. 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. 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 ## Screenshots
@ -32,7 +32,7 @@ You can change some configuration by using the administration panel of drupal. Y
#### Multi-user support #### 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** Can the app be used by multiple users? **Yes**
#### Supported architectures #### Supported architectures

View file

@ -6,7 +6,7 @@
"en": "Create online webforms and surveys", "en": "Create online webforms and surveys",
"fr": "Créez des formulaires et questionnaires en ligne" "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", "url": "https://framagit.org/framasoft/framaforms",
"license": "GPL-2.0-only", "license": "GPL-2.0-only",
"requirements": { "requirements": {

View file

@ -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 ynh_script_progression --message="Restoring cron file..." --weight=1
# Restore the file first, so it can have a backup if different # 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 # SPECIFIC RESTORATION