Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterDreeeam committed Mar 2, 2023
1 parent 4d437b9 commit 25c0a3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agent/one-line-installer-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ if (Test-Path -Path $RootPath)
# =======================================
# Copy Configuration File
# =======================================
if (!("$CurrentPath\application.yml"))
{
throw "Not found configuration file $CurrentPath\application.yml"
}
Copy-Item "$CurrentPath\application.yml" -Destination "$RootPath\application.yml"

# =======================================
Expand Down

0 comments on commit 25c0a3c

Please sign in to comment.