This commit is contained in:
t3chn0m4g3 2019-03-20 16:00:35 +00:00
parent 5b6bb5ea47
commit b5d45bc539
4 changed files with 0 additions and 4 deletions

View file

@ -4,7 +4,6 @@ myWHOAMI=$(whoami)
if [ "$myWHOAMI" != "root" ]
then
echo "Need to run as root ..."
sudo ./$0
exit
fi

View file

@ -5,7 +5,6 @@ myWHOAMI=$(whoami)
if [ "$myWHOAMI" != "root" ]
then
echo "Need to run as root ..."
sudo ./$0
exit
fi

View file

@ -5,7 +5,6 @@ myWHOAMI=$(whoami)
if [ "$myWHOAMI" != "root" ]
then
echo "Need to run as root ..."
sudo ./$0
exit
fi

View file

@ -5,7 +5,6 @@ myWHOAMI=$(whoami)
if [ "$myWHOAMI" != "root" ]
then
echo "Need to run as root ..."
sudo ./$0
exit
fi