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.
|
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
|