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:
parent
9fbc6c00e2
commit
8a80d1f32d
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue