fix config checksum creation

This commit is contained in:
Sebastian Gumprich
2021-09-15 22:09:57 +02:00
parent 89fb45c442
commit 928e0e2393
4 changed files with 10 additions and 6 deletions
+7
View File
@@ -143,6 +143,13 @@ chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# STORE THE CHECKSUM OF THE CONFIG FILE
#=================================================
# Calculate and store the config file checksum into the app settings
ynh_store_file_checksum --file="$final_path/.env"
#=================================================
# ADD A CRON JOB
#=================================================