From f59675267d91727e7c9c6dae0dc1759b34bbd5db Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Wed, 24 Oct 2012 15:21:35 +0530 Subject: [PATCH] Easy Engine Installer --- install.sh | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fcfcc289..1fe9bf5a 100644 --- a/install.sh +++ b/install.sh @@ -81,7 +81,7 @@ fi EXIST=$(basename `pwd`) if [ "$EXIST" != "easyengine" ] then - echo -e "\033[34m Cloning Easy Engine, please wait... \e[0m" + echo -e "\033[34m Cloning Easy Engine, please wait... \e[0m" | tee -ai $INSTALLLOG cd /tmp # Remove Older Easy Engine If Found @@ -99,10 +99,23 @@ then || OwnError "Unable to create dir /usr/share/easyengine" fi -echo -e "\033[34m Installing Easy Engine, please wait... \e[0m" +# 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/ + +# Create Symbolic Link If Not Exist if [ ! -L /usr/local/sbin/ee ] then ln -s /usr/local/sbin/engine /usr/local/sbin/ee fi + + + + + + + +echo +echo "Easy Engine Installed" +