mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Update install
This commit is contained in:
parent
41562d9acf
commit
70618852eb
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ popd
|
|||
#=================================================
|
||||
ynh_script_progression --message="Configuring $app..." --weight=6
|
||||
|
||||
ynh_add_config --template="../conf/settings.json" --destination="$install_dir/settings.json"
|
||||
ynh_add_config --template="settings.json" --destination="$install_dir/settings.json"
|
||||
chmod 400 "$install_dir/settings.json"
|
||||
chown $app:$app "$install_dir/settings.json"
|
||||
|
||||
|
@ -61,7 +61,7 @@ then
|
|||
fi
|
||||
ynh_store_file_checksum --file="$install_dir/settings.json"
|
||||
|
||||
ynh_add_config --template="../conf/credentials.json" --destination="$install_dir/credentials.json"
|
||||
ynh_add_config --template="credentials.json" --destination="$install_dir/credentials.json"
|
||||
chmod 400 "$install_dir/credentials.json"
|
||||
chown $app:$app "$install_dir/credentials.json"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue