Skip to content

Commit

Permalink
fix PHP Upgrade version updated inc/php_upgrade.inc #2
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jul 11, 2014
1 parent eab39ea commit 0bb9104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/php_upgrade.inc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fi
if [ -s php-${phpver}.tar.gz ]; then
cecho "php ${phpver} Archive found, skipping download..." $boldgreen
else
$DOWNLOADAPP ${PHP_MIRRORURL}/get/php-${phpver}.tar.gz/from/this/mirror $AXELPHPTARGZ $WGETRETRY
$DOWNLOADAPP ${PHP_MIRRORURL}/get/php-${phpver}.tar.gz/from/this/mirror $AXELPHPUPGRADETARGZ $WGETRETRY
fi

tar xzvf php-${phpver}.tar.gz
Expand Down

0 comments on commit 0bb9104

Please sign in to comment.