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 14d80d3 commit c3cb534Copy full SHA for c3cb534
server/scripts/update_runner.sh
@@ -51,10 +51,10 @@ then
51
exit 1
52
}
53
54
- wget -O ISPConfig-3.tar.gz "${URL}"
+ wget -O -Q ISPConfig-3.tar.gz "${URL}"
55
if [ -f ISPConfig-3.tar.gz ]
56
then
57
- tar xvzf ISPConfig-3.tar.gz --strip-components=1
+ tar xzf ISPConfig-3.tar.gz --strip-components=1
58
cd install/
59
php -q \
60
-d disable_classes= \
0 commit comments