syntax fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user