diff --git a/scripts/matchbox_boostrap.sh b/scripts/matchbox_boostrap.sh new file mode 100644 index 0000000..bd3b936 --- /dev/null +++ b/scripts/matchbox_boostrap.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +if [ "$EUID" -ne 0 ]; then + echo "Error: This script must be run as root" >&2 + exit 1 +fi \ No newline at end of file