mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update script to use Write-Host instead of echo
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# This is a PowerShell script that builds the Windows version of the Infrastructure Agent.
|
||||
SET SCRIPT_DIR=%~dp0
|
||||
echo "Scirpt Directory: $SCRIPT_DIR"
|
||||
Write-Host "Scirpt Directory: $SCRIPT_DIR"
|
||||
bash $SCRIPT_DIR/Base.sh
|
||||
node --experimental-sea-config $SCRIPT_DIR/../../sea-config.json
|
||||
node -e "require('fs').copyFileSync(process.execPath, 'InfrastructureAgent.exe')"
|
||||
|
||||
Reference in New Issue
Block a user