1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/turtl_ynh.git synced 2024-09-03 20:26:35 +02:00

Update install

This commit is contained in:
ericgaspar 2021-11-25 13:54:21 +01:00
parent 93d9fda675
commit d9f2513338
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -143,7 +143,6 @@ chown -R $app:www-data "$datadir"
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
public_ip4="$(curl -s ip.yunohost.org)" || true
ynh_add_config --template="../conf/config.yaml.default" --destination="$final_path/config/config.yaml"
chmod 400 "$final_path/config/config.yaml"