Delete temp config file from PS script

This commit is contained in:
Daniel Goldberg 2020-02-08 23:25:10 +02:00
parent 9af93be7f6
commit 5f8453dbae
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function Deploy-Windows([String] $monkey_home = (Get-Item -Path ".\").FullName,
$webClient.DownloadFile($config_url, $config_filename) $webClient.DownloadFile($config_url, $config_filename)
. ./config.ps1 . ./config.ps1
"Config variables from config.ps1 imported" "Config variables from config.ps1 imported"
#Remove-Item $config_filename Remove-Item $config_filename
# If we want monkey in current dir we need to create an empty folder for source files # If we want monkey in current dir we need to create an empty folder for source files