mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
fix
This commit is contained in:
parent
03c2bdde57
commit
177f7f47f6
2 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ code = "https://github.com/iv-org/invidious"
|
||||||
website = "https://invidio.us/"
|
website = "https://invidio.us/"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.16"
|
yunohost = ">= 11.1.17"
|
||||||
architectures = ["amd64"]
|
architectures = ["amd64"]
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
|
@ -96,10 +96,10 @@ yunohost service add $app --description="Invidious is an alternative front-end t
|
||||||
#=================================================
|
#=================================================
|
||||||
# MODIFY A CONFIG FILE
|
# MODIFY A CONFIG FILE
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Modifying a config file..."
|
#ynh_script_progression --message="Modifying a config file..."
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.yml" --destination="$install_dir/config/config.yml"
|
#ynh_add_config --template="../conf/config.yml" --destination="$install_dir/config/config.yml"
|
||||||
chmod 600 $install_dir/config/config.yml
|
#chmod 600 $install_dir/config/config.yml
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
Loading…
Add table
Reference in a new issue