1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Update install

This commit is contained in:
ericgaspar 2022-05-30 15:07:17 +02:00
parent 9fbc6c00e2
commit 8a80d1f32d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -155,6 +155,9 @@ pushd "$final_path"
ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan config:cache ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan config:cache
popd 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" chmod 400 "$final_path/.env"
chown $app:$app "$final_path/.env" chown $app:$app "$final_path/.env"