

GREPRESULT=`id | grep 'uid=0(root)'`
if test "$GREPRESULT" = ""; then
    echo ""
    echo ""
    echo "You MUST have root permission to run this function" 
    echo ""
    echo "Print any key to return to menu"
    read answer
fi
