mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update install
This commit is contained in:
parent
669e6fb941
commit
6e9bb35bf1
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ ynh_replace_string "httpPort: 3000" "httpPort: $port" "$final_path/config.js"
|
||||||
# Remove donate button
|
# Remove donate button
|
||||||
ynh_replace_string "removeDonateButton: false" "removeDonateButton: true" "$final_path/config.js"
|
ynh_replace_string "removeDonateButton: false" "removeDonateButton: true" "$final_path/config.js"
|
||||||
# Disable analytics unsolicited communications
|
# Disable analytics unsolicited communications
|
||||||
ynh_replace_string "adminEmail: 'i.did.not.read.my.config@cryptpad.fr'" "adminEmail: $admin_email" "$final_path/config.js"
|
ynh_replace_string "adminEmail: 'i.did.not.read.my.config@cryptpad.fr'" "adminEmail: '$admin_email'" "$final_path/config.js"
|
||||||
|
cp $final_path/config.js $final_path/config.example
|
||||||
# Store file checksum to detected user modifications on upgrade
|
# Store file checksum to detected user modifications on upgrade
|
||||||
ynh_store_file_checksum "$final_path/config.js"
|
ynh_store_file_checksum "$final_path/config.js"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue