You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
traqtor/.chug/bash/.base/current_user.sh

10 lines
181 B
Bash

CURRENT_UID=$(id -u):$(id -g)
if [[ "$OSTYPE" == "darwin"* ]]; then
CURRENT_UID=root
fi
if [ "$EUID" -eq 0 ]
then
echo -e $LBROWN$BLINK"[ WARNING RUNNING AS ROOT ]"$RESET
fi