Skip to content

Commit 58d1d09

Browse files
committed
Merge branch 'python' of github.com:rtCamp/easyengine into python
2 parents c099728 + 1895956 commit 58d1d09

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)