Archived
1
0
Disbranĉigi 0

Fix error with gendl

This commit is contained in:
Jaidyn Lev 2019-01-21 16:16:38 -06:00
parent 2f38e1e9e1
commit f774658b26

2
gendl
View File

@ -54,7 +54,7 @@ function download_stdout
output="$(curl $url)"
;;
"wget")
output="$(wget --quiet -O $url)"
output="$(wget --quiet -O- $url)"
;;
esac