border root privileges
This commit is contained in:
parent
ce9398d2b0
commit
1808fb8c3e
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ USERNAME=$(whoami)
|
||||||
#USE_SUDO=''
|
#USE_SUDO=''
|
||||||
if [ $USERNAME != "root" ];
|
if [ $USERNAME != "root" ];
|
||||||
then
|
then
|
||||||
echo "YOU HAVE TO RUN THE SCRIPT WITH ROOT PRIVILEGES !"
|
echo "**************************************************"
|
||||||
|
echo "*YOU HAVE TO RUN THE SCRIPT WITH ROOT PRIVILEGES!*"
|
||||||
|
echo "**************************************************"
|
||||||
else
|
else
|
||||||
|
|
||||||
# install the motd
|
# install the motd
|
||||||
|
|
Loading…
Add table
Reference in a new issue