Browse Source

Remove Verbose Output

old-stable
Mitesh Shah 13 years ago
parent
commit
b57f788104
  1. 4
      install.sh

4
install.sh

@ -101,8 +101,8 @@ fi
# Install Easy Engine
echo -e "\033[34m Installing Easy Engine, please wait... \e[0m" | tee -ai $INSTALLLOG
cp -av conf/* /usr/share/easyengine
cp -av setup/engine /usr/local/sbin/
cp -a conf/* /usr/share/easyengine
cp -a setup/engine /usr/local/sbin/
# Create Symbolic Link If Not Exist
if [ ! -L /usr/local/sbin/ee ]

Loading…
Cancel
Save