1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-08-02 18:27:39 +02:00
parent 0faa4bf42e
commit 5d6ce57e69

View file

@ -101,10 +101,12 @@ yunohost service add $app --description="Invidious is an alternative front-end t
#=================================================
# MODIFY A CONFIG FILE
#=================================================
ynh_script_progression --message="Modifying a config file..."
ynh_script_progression --message="Modifying a config file..." --weight=1
ynh_add_config --template="../conf/config.yml" --destination="$install_dir/config/config.yml"
chmod 600 $install_dir/config/config.yml
chown $app:$app "$install_dir/config/config.yml"
#=================================================
# START SYSTEMD SERVICE