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=''
|
||||
if [ $USERNAME != "root" ];
|
||||
then
|
||||
echo "YOU HAVE TO RUN THE SCRIPT WITH ROOT PRIVILEGES !"
|
||||
echo "**************************************************"
|
||||
echo "*YOU HAVE TO RUN THE SCRIPT WITH ROOT PRIVILEGES!*"
|
||||
echo "**************************************************"
|
||||
else
|
||||
|
||||
# install the motd
|
||||
|
|
Loading…
Add table
Reference in a new issue