Update Install.sh
This commit is contained in:
parent
7c2290faa6
commit
26bcba63f5
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ echo "cat /etc/motd" >> /root/.bashrc
|
|||
|
||||
if [ -f "/etc/motds32/Stats32" ]
|
||||
then
|
||||
echo -e "Stats32 already installed"
|
||||
echo -e " --> Stats32 already installed"
|
||||
else
|
||||
mkdir /etc/motds32;
|
||||
cp Stats32 /etc/motds32/Stats32 -Rf
|
||||
|
@ -53,7 +53,7 @@ fi
|
|||
|
||||
if [ -f /usr/bin/motd ]
|
||||
then
|
||||
echo -e "motd already installed"
|
||||
echo -e " --> motd already installed"
|
||||
else
|
||||
ln -s /usr/bin/motds32 /usr/bin/motd
|
||||
|
||||
|
|
Loading…
Reference in a new issue