Files
dropshell/source
j 1c29215785
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 29s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m8s
Remove overly aggressive lock from ds_run.sh
The lock in ds_run.sh prevented concurrent status/logs/ports checks
which are read-only operations.

Locks should only be on mutating operations:
- install (already locked in ds_install.sh)
- uninstall (add to uninstall.sh)
- destroy (add to destroy.sh)
- restore (add to restore.sh)
2026-04-04 10:36:16 +13:00
..
2026-01-02 22:27:40 +13:00
2025-12-30 10:23:08 +13:00
2025-09-02 12:15:48 +12:00
2025-08-17 21:12:13 +12:00