mirror of
https://github.com/YunoHost-Apps/owncast-emojiwall_ynh.git
synced 2024-09-03 19:56:19 +02:00
Update install
This commit is contained in:
parent
03416d6c6a
commit
1f151a71f2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ yunohost service add $app --description="Emojiwall for Owncast" --log="/var/log/
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||
|
||||
ynh_add_config --template="some_config_file" --destination="$install_dir/config/default.json"
|
||||
ynh_add_config --template="../conf/default.json" --destination="$install_dir/config/default.json"
|
||||
|
||||
chmod 400 "$install_dir/config/default.json"
|
||||
chown $app:$app "$install_dir/config/default.json"
|
||||
|
|
Loading…
Reference in a new issue