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

Fix change_url

This commit is contained in:
Yalh 2019-01-26 05:42:00 +01:00 committed by yalh76
parent 2dd13fc56b
commit 2bfe2e0dae

View file

@ -100,6 +100,7 @@ ynh_replace_string "$old_domain" "$new_domain" "$final_path/$app/config/prod.sec
# Start pleroma after modification
yunohost service start $app
sleep 30
### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script.
### And create a backup of this file if the checksum is different. So the file will be backed up if the admin had modified it.