From 2acef10964ec3f7027981f45a072fd5e4aab3722 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 9 Mar 2018 15:47:43 +0100 Subject: bin/db-update: should not run mysql_cleanup - it does not have the necessary locks! --- bin/db-update | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf