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
17aa089e78
commit
69a8b0e941
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,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"
|
||||
|
||||
|
@ -70,7 +70,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