syntax fix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
import this
2025-11-13 16:23:38 +00:00
committed by GitHub
parent 8ca6af7c86
commit 76fc9f4a90
@@ -8,7 +8,7 @@ set -euo pipefail
# safety: must run as root, jq
###############################################################################
if [ "$(id -u)" -ne 0 ]; then
echo "this script must be run as root"
echo "This script must be run as root"
exit 1
fi