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:
parent
4dbb9dd318
commit
668837fbcf
3 changed files with 4 additions and 4 deletions
|
@ -33,8 +33,8 @@ You can modify some configurations using the Framaforms administration panel. Yo
|
||||||
|
|
||||||
#### 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
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue