Skip to content

Commit 1b96055

Browse files
committed
EasyEngine v1.1.3
1 parent 90f1121 commit 1b96055

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

usr/local/sbin/easyengine

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
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
166
LOGDIR=/var/log/easyengine
177
ERRORLOG=/var/log/easyengine/error.log
@@ -1194,7 +1184,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ]
11941184
then
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
12001190
elif [ "$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

21662156
else
21672157
echo -e "\033[34mList Of Available Commands:\e[0m"

0 commit comments

Comments
 (0)