1
0
mirror of synced 2026-05-18 03:58:45 +00:00

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 11:04:08 -07:00
parent bbf9f73cda
commit 9a835b72d5

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 ]