1
0
mirror of synced 2026-05-15 11:14:00 +00:00

Fix Issue#2603: Erroneous lock violation detection during "./loadup -db" (#2605)

Fix Issue#2603:  fix handling of the internal use only --ignore_lock command line argument to the loadup script.  Was being processed correctly in loadup but then overridden by a reset in loadup-setup.sh.  Removed the reset in loadup-setup.sh
This commit is contained in:
Frank Halasz
2026-05-11 13:20:49 -07:00
committed by GitHub
parent 01c90e4590
commit 46df732486

View File

@@ -256,8 +256,6 @@ process_maikodir() {
export LOADUP_LOCKFILE="${LOADUP_WORKDIR}"/lock
LOADUP_LOCK=""
override_lock=false
ignore_lock=false
check_run_lock() {
if [ "${ignore_lock}" = false ]