aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/common.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/common.sh b/lib/common.sh
index 5b2df9e..4bfb381 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -242,14 +242,14 @@ function eval_config {
if [ "$FTP_TOOL" != "wget" ] || [ "$FTP_TOOL" != "curl" ] || [ "$FTP_TOOL" != "ncftpget" ]; then
echo "$1 configuration error: invalid value $FTP_TOOL for config parameter FTP_TOOL"
- echo "$1 assuming value \"wget\" for variable FTP_TOOL"
- FTP_TOOL="wget"
+ echo "$1 assuming value \"curl\" for variable FTP_TOOL"
+ FTP_TOOL="curl"
fi
if [ "$HTTP_TOOL" != "wget" ] || [ "$HTTP_TOOL" != "curl" ]; then
echo "$1 configuration error: invalid value $HTTP_TOOL for config parameter HTTP_TOOL"
- echo "$1 assuming value \"wget\" for variable HTTP_TOOL"
- HTTP_TOOL="wget"
+ echo "$1 assuming value \"curl\" for variable HTTP_TOOL"
+ HTTP_TOOL="curl"
fi
if which $SIMPLARET &> /dev/null; then