diff options
author | Erich Eckner <git@eckner.net> | 2018-03-09 15:47:43 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-09 15:47:43 +0100 |
commit | 2acef10964ec3f7027981f45a072fd5e4aab3722 (patch) | |
tree | 30dfe604eb524839b7b2dfc4c81d97d196a2f945 /bin/db-update | |
parent | 8a298d36658f1f34a3107c40dec9373edbf7171c (diff) | |
download | builder-2acef10964ec3f7027981f45a072fd5e4aab3722.tar.xz |
bin/db-update: should not run mysql_cleanup - it does not have the necessary locks!
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/db-update b/bin/db-update index 0234608..27cb1d6 100755 --- a/bin/db-update +++ b/bin/db-update @@ -90,9 +90,6 @@ if ! flock -s ${block_flag} 8; then exit 0 fi -# shellcheck disable=SC2119 -mysql_cleanup - for source_stability in 'testing' 'staging'; do find "${tmp_dir}" -mindepth 1 -delete |