Add scripts/matchbox_boostrap.sh
This commit is contained in:
8
scripts/matchbox_boostrap.sh
Normal file
8
scripts/matchbox_boostrap.sh
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user