From 8a80d1f32d2083154fc9a055bf09137f0f73dc56 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 May 2022 15:07:17 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index deab0f4..082f436 100755 --- a/scripts/install +++ b/scripts/install @@ -155,6 +155,9 @@ pushd "$final_path" ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan config:cache popd +# Calculate and store the config file checksum into the app settings +ynh_store_file_checksum --file="$final_path/.env" + chmod 400 "$final_path/.env" chown $app:$app "$final_path/.env"