refactor: simplify utils.sh loading error handling

This commit is contained in:
cod378
2025-11-04 22:47:00 +00:00
parent 226dc45190
commit 58f9a7bc02

View File

@@ -54,9 +54,6 @@ MONITOR_PORT=8008
# Load utils.sh from local repository
if [[ -f "./scripts/utils.sh" ]]; then
source "./scripts/utils.sh"
else
echo "Error: Could not load utils.sh from local path"
exit 1
fi
cleanup_corrupted_files() {