Skip to content

Commit fd60233

Browse files
nyanhpCopilot
andauthored
Update includes/vpn-gateway-vwan-azure-vpn-client-optional.md
Co-authored-by: Copilot <[email protected]>
1 parent 22b1ee3 commit fd60233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/vpn-gateway-vwan-azure-vpn-client-optional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Import the file to configure the Azure VPN client. You can import the file for t
4444
# These lines do not need changing
4545
consoleuser=$(ls -l /dev/console | awk '{ print $3 }')
4646
filePath="/Users/$consoleuser/Library/Containers/com.microsoft.AzureVpnMac/Data/Library/Application Support/com.microsoft.AzureVpnMac/$profileName.AzureVpnProfile.xml"
47-
cp $sourcePath $filePath
47+
cp -- "$sourcePath" "$filePath"
4848
```
4949

5050
## DNS

0 commit comments

Comments
 (0)