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 25c0a3c commit 53088d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agent/one-line-installer-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,10 @@ if (Test-Path -Path $RootPath)
# =======================================
# Copy Configuration File
# =======================================
if (!("$CurrentPath\application.yml"))
if (-Not("$CurrentPath\application.yml"))
{
throw "Not found configuration file $CurrentPath\application.yml"
return
}
Copy-Item "$CurrentPath\application.yml" -Destination "$RootPath\application.yml"

Expand Down

0 comments on commit 53088d1

Please sign in to comment.