Skip to content

Commit

Permalink
Fix script text and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alhdo committed Nov 14, 2023
1 parent cb99104 commit 3082bb5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
14 changes: 8 additions & 6 deletions retrieve/templates/windows/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,14 @@ function Finish
#
Thanks for using
_____ _____ _
| __ \| __ \ | |
| |__) | |__) |__ _ __| |_
| _ /| ___/ _ \| '__| __|
| | \ \| | | (_) | | | |_
|_| \_\_| \___/|_| \__|
____ _____ _____ _
/ __ \ | __ \| __ \ | |
| | | |_ __ ___ _ __ | |__) | |__) |__ _ __| |_
| | | | '_ \ / _ \ '_ \| _ /| ___/ _ \| '__| __|
| |__| | |_) | __/ | | | | \ \| | | (_) | | | |_
\____/| .__/ \___|_| |_|_| \_\_| \___/|_| \__|
| |
|_|
"
}

Expand Down
20 changes: 11 additions & 9 deletions retrieve/templates/windows/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function Add-FileRecption
## Receive files pushed by the server, enabled by default
# enabled = true
## The rport client will reject writing files to any of the following folders and its subfolders.
## https://oss.rport.io/docs/no18-file-upload.html
## https://oss.openrport.io/docs/no18-file-upload.html
## Wildcards (glob) are supported.
## Linux defaults
# protected = ['/bin', '/sbin', '/boot', '/usr/bin', '/usr/sbin', '/dev', '/lib*', '/run']
Expand All @@ -208,7 +208,7 @@ function Add-Monitoring
Add-Content -Path $configFile -Value "
[monitoring]
## The rport client can collect and report performance data of the operating system.
## https://oss.rport.io/docs/no17-monitoring.html
## https://oss.openrport.io/docs/no17-monitoring.html
## Monitoring is enabled by default
enabled = true
## How often (seconds) monitoring data should be collected.
Expand Down Expand Up @@ -278,7 +278,7 @@ function Add-WatchdogIntegration
## Write a state file to {data_dir}/state.json that can be evaluated by external watchdog implementations.
## On Linux this also enables the systemd watchdog integration by using the systemd notify socket.
## Requires max_retry_count = -1 and keep_alive > 0
## Read more https://oss.rport.io/advanced/watchdog-integration/
## Read more https://oss.openrport.io/advanced/watchdog-integration/
## Disabled by default.
#watchdog_integration = false
"
Expand Down Expand Up @@ -392,10 +392,12 @@ Write-Output "
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thanks for using
_____ _____ _
| __ \| __ \ | |
| |__) | |__) |__ _ __| |_
| _ /| ___/ _ \| '__| __|
| | \ \| | | (_) | | | |_
|_| \_\_| \___/|_| \__|
____ _____ _____ _
/ __ \ | __ \| __ \ | |
| | | |_ __ ___ _ __ | |__) | |__) |__ _ __| |_
| | | | '_ \ / _ \ '_ \| _ /| ___/ _ \| '__| __|
| |__| | |_) | __/ | | | | \ \| | | (_) | | | |_
\____/| .__/ \___|_| |_|_| \_\_| \___/|_| \__|
| |
|_|
"
2 changes: 1 addition & 1 deletion retrieve/templates/windows/update_init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Param(
# Install a specific version
[String]$v,
# Enable file reception
[Switch]$r
[Switch]$r,
# Use a specific version from any URL
[string]$pkgUrl
)

0 comments on commit 3082bb5

Please sign in to comment.