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

update check, remove md5sums

This commit is contained in:
Sebastian Gumprich 2017-09-16 21:15:42 +02:00
parent ce18c69ebd
commit 98ab75a66d
2 changed files with 1 additions and 7 deletions

View file

@ -19,7 +19,7 @@
pkg_linter=1
setup_sub_dir=0
setup_root=1
setup_nourl=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1

View file

@ -120,12 +120,6 @@ exec_composer "$final_path" update --quiet --no-dev --prefer-dist \
cd $final_path && sudo /usr/bin/php7.1 artisan migrate --force
cd $final_path && sudo /usr/bin/php7.1 artisan optimize
# Verify the checksum and backup the file if it's different
ynh_backup_if_checksum_is_different "$final_path/CONFIG_FILE"
# Recalculate and store the config file checksum into the app settings
ynh_store_file_checksum "$final_path/CONFIG_FILE"
#=================================================
# GENERIC FINALIZATION
#=================================================