diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-23 01:24:41 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-23 01:24:41 +0100 |
| commit | 86301f170d2d0b3de9943561f37c3015faf732ce (patch) | |
| tree | 96720f7caf2f1543e4727c616fa37f5ecf0f4d23 /scripts/upgrade | |
| parent | a09cb0c89122f22a7fa57e9c41124103716a543d (diff) | |
| download | mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.tar.gz mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.tar.bz2 mastodon_ynh-86301f170d2d0b3de9943561f37c3015faf732ce.zip | |
fix LDAP_BIND_DN
Diffstat (limited to 'scripts/upgrade')
| -rw-r--r-- | scripts/upgrade | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index 01f0a49..668b7cf 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -176,9 +176,6 @@ pushd "$final_path/live" sudo -u "$app" env PATH=$PATH RAILS_ENV=production /opt/rbenv/versions/2.6.0/bin/bundle exec rails db:migrate popd -### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script. -### And create a backup of this file if the checksum is different. So the file will be backed up if the admin had modified it. -ynh_backup_if_checksum_is_different "${final_path}/live/.env.production" # Recalculate and store the checksum of the file for the next upgrade. ynh_store_file_checksum "${final_path}/live/.env.production" |
