Skip to content

Commit c799186

Browse files
author
Thom
committed
Fix typo
1 parent c3cb534 commit c799186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/scripts/update_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ then
5151
exit 1
5252
}
5353

54-
wget -O -Q ISPConfig-3.tar.gz "${URL}"
54+
wget -q -O ISPConfig-3.tar.gz "${URL}"
5555
if [ -f ISPConfig-3.tar.gz ]
5656
then
5757
tar xzf ISPConfig-3.tar.gz --strip-components=1

0 commit comments

Comments
 (0)