From 1b960557c0a69cd233d849dd0fa52f5f30f01361 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 28 Jan 2014 16:39:56 +0530 Subject: [PATCH] EasyEngine v1.1.3 --- usr/local/sbin/easyengine | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 88a64d20..bb39d14d 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -2,16 +2,6 @@ -# This script is free software: you can redistribute it and/or modify -# it under the terms of the MIT License (MIT). - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# MIT License (MIT) at (http://opensource.org/licenses/MIT) for -# more details. - - # Make Variables Available For Later Use LOGDIR=/var/log/easyengine ERRORLOG=/var/log/easyengine/error.log @@ -1194,7 +1184,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ] then # Display Easy Engine Version - echo "easyengine version: 1.1.2" + echo "easyengine version: 1.1.3" # Easy Engine Info elif [ "$1" = "info" ] @@ -2161,7 +2151,7 @@ then # Update EasyEngine echo -e "\033[34mChecking EasyEngine Update, Please Wait...\e[0m" /bin/bash <(curl -sL https://raw.github.com/rtCamp/easyengine/stable/usr/local/sbin/eeupdate) && exit 0; - #/bin/bash /usr/local/sbin/eeupdate + exit 0; else echo -e "\033[34mList Of Available Commands:\e[0m"