fix unicode sign
This commit is contained in:
@@ -68,7 +68,7 @@ fi
|
||||
# Set Proxy
|
||||
function setproxy() {
|
||||
export {http,https,ftp}_proxy="http://vm-ubuntu-docker:8888"
|
||||
export no_proxy=’localhost,127.0.0.1,192.168.16.0/24’
|
||||
export no_proxy='localhost,127.0.0.1,192.168.16.0/24'
|
||||
}
|
||||
|
||||
# Unset Proxy
|
||||
|
||||
Reference in New Issue
Block a user