Skip to content

Commit 6e34852

Browse files
committed
Using bf-wget
1 parent fbae906 commit 6e34852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

overlay/etc/bf/init.d/21-php-ini-download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "${PHP_INI}" = "development" ] || [ "${PHP_INI}" = "production" ] ; then
1717

1818
URL="https://raw.githubusercontent.com/php/php-src/master/php.ini-${PHP_INI}"
1919
bf-echo "Downloading php.ini from ${URL}..."
20-
wget -O ${PHP_DIR}/php.ini ${URL} \
20+
bf-wget -O ${PHP_DIR}/php.ini ${URL} \
2121
&& touch ${DOWNLOADED}
2222
exit 0
2323

0 commit comments

Comments
 (0)