1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plateau_ynh.git synced 2024-09-03 20:06:38 +02:00

solve issues in CI

This commit is contained in:
guillaume bouzige 2022-12-12 18:24:06 +01:00
parent 43d6897c60
commit a68238a55d
4 changed files with 5 additions and 5 deletions

View file

@ -3,5 +3,4 @@ SOURCE_SUM=56ea654ce68a58c124c314753724eaa27606f8e99cc4ed0de546499fd241c912
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=PLATEAU-2.0.0b
SOURCE_EXTRACT=true
SOURCE_FILENAME=

View file

@ -3,8 +3,8 @@
"id": "plateau",
"packaging_format": 1,
"description": {
"en": "Plateau helps designers organize and document participatory workshops.",
"fr": "Plateau aide les designers a organiser et documenter des ateliers participatifs."
"en": "Helps designers organize and document participatory workshops.",
"fr": "Aide les designers a organiser et documenter des ateliers participatifs."
},
"version": "1.0~ynh1",
"url": "https://plateau.latelier-des-chercheurs.fr/",

View file

@ -28,7 +28,7 @@ ynh_script_progression --message="Loading installation settings..."
# Needed for helper "ynh_add_nginx_config"
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
port=$(ynh_app_setting_get --app=$app --key=port)
# Add settings here as needed by your application
#db_name=$(ynh_app_setting_get --app=$app --key=db_name)
#db_user=$db_name

View file

@ -163,6 +163,7 @@ ynh_script_progression --message="Updating a configuration file..."
###
### The file will automatically be backed-up if it's found to be manually modified (because
### ynh_add_config keeps track of the file's checksum)
ynh_secure_remove --file="$final_path/settings_base.json"
ynh_add_config --template="../conf/settings_base.json" --destination="$final_path/settings_base.json"