mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-06 09:39:32 +00:00
image_builder: disable STDOUT in wget image
This commit is contained in:
@@ -36,7 +36,7 @@ get_image() {
|
|||||||
if [ ! -e "${BUILD_DIR}/${RPI_ZIP_NAME}" ];
|
if [ ! -e "${BUILD_DIR}/${RPI_ZIP_NAME}" ];
|
||||||
then
|
then
|
||||||
echo_stamp "1. Downloading original Linux distribution"
|
echo_stamp "1. Downloading original Linux distribution"
|
||||||
wget -nv -O ${BUILD_DIR}/${RPI_ZIP_NAME} $2
|
wget -nv -O ${BUILD_DIR}/${RPI_ZIP_NAME} $2 > /dev/null
|
||||||
echo_stamp "Downloading complete" "SUCCESS"
|
echo_stamp "Downloading complete" "SUCCESS"
|
||||||
else
|
else
|
||||||
echo_stamp "1. Linux distribution already donwloaded"
|
echo_stamp "1. Linux distribution already donwloaded"
|
||||||
|
|||||||
Reference in New Issue
Block a user