From 172f469a32a9f2bf4bba198732503d49c46cf4b7 Mon Sep 17 00:00:00 2001 From: UTkarsh Date: Mon, 20 Feb 2017 12:58:57 +0530 Subject: [PATCH] Permit use of $ and other chars in password - Fix #12 - Although, the ' char can't be used for now. --- bitsnetrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitsnetrc b/bitsnetrc index aefbd85..bc4ff53 100644 --- a/bitsnetrc +++ b/bitsnetrc @@ -1,4 +1,4 @@ # Set defaults here -username="f2015022" -password="myPass" -login_url="https://10.1.0.10:8090/httpclient.html" +username='f2015022' +password='myPass' +login_url='https://10.1.0.10:8090/httpclient.html'