1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Fix install

This commit is contained in:
Yalh 2019-01-23 03:00:19 +01:00 committed by yalh76
parent b97e64d649
commit 11ae5addbf

View file

@ -316,7 +316,7 @@ ynh_add_systemd_config
### `ynh_replace_string` is used to replace a string in a file.
### (It's compatible with sed regular expressions syntax)
#ynh_replace_string "match_string" "replace_string" "$final_path/CONFIG_FILE"
#ynh_replace_string "match_string" "replace_string" "$final_path/$app/config/prod.secret.exs"
#=================================================
# STORE THE CONFIG FILE CHECKSUM
@ -327,7 +327,7 @@ ynh_add_systemd_config
### you can make a backup of this file before modifying it again if the admin had modified it.
# Calculate and store the config file checksum into the app settings
ynh_store_file_checksum "$final_path/CONFIG_FILE"
ynh_store_file_checksum "$final_path/$app/config/prod.secret.exs"
#=================================================
# GENERIC FINALIZATION