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 c3cb534 commit c799186Copy full SHA for c799186
server/scripts/update_runner.sh
@@ -51,7 +51,7 @@ then
51
exit 1
52
}
53
54
- wget -O -Q ISPConfig-3.tar.gz "${URL}"
+ wget -q -O ISPConfig-3.tar.gz "${URL}"
55
if [ -f ISPConfig-3.tar.gz ]
56
then
57
tar xzf ISPConfig-3.tar.gz --strip-components=1
0 commit comments