|
|
@ -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" |
|
|
|