aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/bin
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-base/bin')
-rw-r--r--mayor-orig/mayor-base/bin/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mayor-orig/mayor-base/bin/update.sh b/mayor-orig/mayor-base/bin/update.sh
index 507347d4..30429aaf 100644
--- a/mayor-orig/mayor-base/bin/update.sh
+++ b/mayor-orig/mayor-base/bin/update.sh
@@ -163,9 +163,9 @@ if [ "$EXECONLY" != "1" ]; then
# Az md5sum állomány
PHP_VERSION=`php -r "echo phpversion();"`
if [ -z $VERSION ]; then
- wget --output-file=md5sum "http://www.mayor.hu/download/md5sum?php_version=${PHP_VERSION}"
+ wget -O md5sum "http://www.mayor.hu/download/md5sum?php_version=${PHP_VERSION}"
else
- wget --output-file=md5sum "http://www.mayor.hu/download/$VERSION/md5sum?php_version=${PHP_VERSION}"
+ wget -O md5sum "http://www.mayor.hu/download/$VERSION/md5sum?php_version=${PHP_VERSION}"
if [[ ! $HTTP_SERVER =~ .*$VERSION.* ]]; then HTTP_SERVER="$HTTP_SERVER/$VERSION"; fi
fi
if [ $? != 0 ]; then exit 5; fi