Skip to content

Commit c3cb534

Browse files
author
Thom
committed
Run wget and tar silently on update
1 parent 14d80d3 commit c3cb534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/scripts/update_runner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ then
5151
exit 1
5252
}
5353

54-
wget -O ISPConfig-3.tar.gz "${URL}"
54+
wget -O -Q ISPConfig-3.tar.gz "${URL}"
5555
if [ -f ISPConfig-3.tar.gz ]
5656
then
57-
tar xvzf ISPConfig-3.tar.gz --strip-components=1
57+
tar xzf ISPConfig-3.tar.gz --strip-components=1
5858
cd install/
5959
php -q \
6060
-d disable_classes= \

0 commit comments

Comments
 (0)