mklni/setup.sh

12 lines
148 B
Bash
Raw Normal View History

2024-10-27 19:28:19 +00:00
#!/usr/bin/env bash
source ./common.d/functions.sh
if [ "$(id -u)" != "0" ]; then
log "$0 must be run as root"
exit 3
fi
arguments "$*"