Skip to content

Commit 1895956

Browse files
author
gau1991
committed
EE 3.0
1 parent db1e135 commit 1895956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ if [ -f /usr/local/sbin/easyengine ]; then
220220
if [[ $? -ne 0 ]]; then
221221
ee_lib_echo "EasyEngine $old_ee_version not found on your system"
222222
ee_lib_echo "Updating your EasyEngine to $old_ee_version for compability"
223-
wget https://raw.githubusercontent.com/rtCamp/easyengine/old-stable/bin/update && bash update
223+
wget -q https://raw.githubusercontent.com/rtCamp/easyengine/old-stable/bin/update && bash update
224224
if [[ $? -ne 0 ]]; then
225225
ee_lib_echo_info "Unbale to update EasyEngine2 to $old_ee_version"
226226
exit 1

0 commit comments

Comments
 (0)