From 14d20be9a277b67248c272d6f32f3762cfc0ea45 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sun, 11 Jan 2026 14:57:26 -0600 Subject: [PATCH] Note that file belongs to the framework --- mgmt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mgmt b/mgmt index 58fc7d0..703c2ed 100755 --- a/mgmt +++ b/mgmt @@ -1,5 +1,7 @@ #!/bin/bash +# This file belongs to the framework. You are not expected to modify it. + # Management command runner - parallel to ./cmd for operational tasks # Usage: ./mgmt [args...]