1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/turtl_ynh.git synced 2024-09-03 20:26:35 +02:00
This commit is contained in:
ericgaspar 2021-11-25 11:58:06 +01:00
parent f19ba7125c
commit 1de73d7cb6
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 2 deletions

View file

@ -124,7 +124,6 @@ popd
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
cp config/config.yaml.default config/config.yaml
ynh_add_config --template="../conf/config.yaml.default" --destination="$final_path/config/config.yaml"
chmod 400 "$final_path/config/config.yaml"

View file

@ -21,7 +21,6 @@ port=$(ynh_app_setting_get --app=$app --key=port)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_user=$db_name
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
#=================================================
# STANDARD REMOVE