We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbae906 commit 6e34852Copy full SHA for 6e34852
1 file changed
overlay/etc/bf/init.d/21-php-ini-download
@@ -17,7 +17,7 @@ if [ "${PHP_INI}" = "development" ] || [ "${PHP_INI}" = "production" ] ; then
17
18
URL="https://raw.githubusercontent.com/php/php-src/master/php.ini-${PHP_INI}"
19
bf-echo "Downloading php.ini from ${URL}..."
20
- wget -O ${PHP_DIR}/php.ini ${URL} \
+ bf-wget -O ${PHP_DIR}/php.ini ${URL} \
21
&& touch ${DOWNLOADED}
22
exit 0
23
0 commit comments