mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
Update install
This commit is contained in:
parent
c704d62584
commit
f691e1624a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
|
|||
|
||||
ynh_add_config --template="../conf/config.json" --destination="$install_dir/config.json"
|
||||
|
||||
chmod 600 $install_dir/config.json
|
||||
chmod 600 "$install_dir/config.json"
|
||||
chown $app:$app "$install_dir/config.json"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue