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

fix .env path for ynh_store_file_checksum

This commit is contained in:
Yalh 2019-01-22 16:15:13 +01:00 committed by yalh76
parent dba382b827
commit f153f11345

View file

@ -291,7 +291,7 @@ sleep 30
### 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/.env"
ynh_store_file_checksum "$final_path/$app/.env"
#=================================================
# GENERIC FINALIZATION