File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 22
33
44
5- # This script is free software: you can redistribute it and/or modify
6- # it under the terms of the MIT License (MIT).
7-
8- # This program is distributed in the hope that it will be useful,
9- # but WITHOUT ANY WARRANTY; without even the implied warranty of
10- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11- # MIT License (MIT) at (http://opensource.org/licenses/MIT) for
12- # more details.
13-
14-
155# Make Variables Available For Later Use
166LOGDIR=/var/log/easyengine
177ERRORLOG=/var/log/easyengine/error.log
@@ -1194,7 +1184,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ]
11941184then
11951185
11961186 # Display Easy Engine Version
1197- echo " easyengine version: 1.1.2 "
1187+ echo " easyengine version: 1.1.3 "
11981188
11991189# Easy Engine Info
12001190elif [ " $1 " = " info" ]
@@ -2161,7 +2151,7 @@ then
21612151 # Update EasyEngine
21622152 echo -e " \033[34mChecking EasyEngine Update, Please Wait...\e[0m"
21632153 /bin/bash <( curl -sL https://raw.github.com/rtCamp/easyengine/stable/usr/local/sbin/eeupdate) && exit 0;
2164- # /bin/bash /usr/local/sbin/eeupdate
2154+ exit 0 ;
21652155
21662156else
21672157 echo -e " \033[34mList Of Available Commands:\e[0m"
You can’t perform that action at this time.
0 commit comments