Skip to content

Commit eadcf15

Browse files
committed
Moved phonebooks to it's own folder in dep
1 parent 5439ede commit eadcf15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tools/Create New Connection.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if ($a.ToLower() -eq "e" -or $null -eq $a) {
2424
New-Item -Path "." -Name ($New_VPN_Name + ".ps1") -ItemType "file"
2525
$Template_Content_start = @"
2626
`$Arguments = @{
27+
2728
"@
2829

2930

@@ -63,7 +64,7 @@ Powershell.exe -executionpolicy Bypass -Command ".\dep\_MainConnect.ps1" @Argume
6364

6465
#Copy files to right folders
6566
Move-Item -Path $Path_Connect_Template -Destination "../$Path_Connect_Template"
66-
Move-Item -Path $Path_Phonebook -Destination "../dep/$Path_Phonebook"
67+
Move-Item -Path $Path_Phonebook -Destination "../dep/Phonebooks/$Path_Phonebook"
6768

6869

6970
}

0 commit comments

Comments
 (0)