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:
parent
ad64f5b829
commit
11dd41bcf7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue