feat: allow empty http password

This commit is contained in:
mouyong
2023-03-19 23:18:15 +08:00
parent dc9be5222b
commit b966e1a5a9

View File

@@ -13,4 +13,4 @@ fi
echo "current sed command is: $cmd"
echo "allow http nopasword"
$cmd -i 's/"http_auth_password": "6.67428e-11"/"http_auth_password": ""/' config.json
$cmd -i "s/\"http_auth_password\": \".*\"/\"http_auth_password\": \"\"/" config.json