Skip to content

Commit 428e9bd

Browse files
committed
fix(constants): correct formatting of secret token in installation commands
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 5e20ecb commit 428e9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/app-module/guides/guide-as400/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const PLATFORM = [
77
`cd "C:\\Program Files\\UTMStack\\UTMStack Collectors\\AS400"; ` +
88
`& curl.exe -k -o ".\\windows-as400-collector.zip" ` +
99
`"https://V_IP:9001/private/dependencies/collector/windows-as400-collector.zip"; ` +
10-
`Expand-Archive -Path ".\\windows-as400-collector.zip" -DestinationPath "."; ` +
10+
`Expand-Archive -Path ".\\windows-as400-collector.zip" -DestinationPath "."; ` +
1111
`Remove-Item ".\\windows-as400-collector.zip"; Start-Process ".\\utmstack_collectors_installer.exe" ` +
1212
`-ArgumentList 'install', 'as400', 'V_IP', '<secret>V_TOKEN</secret>' -NoNewWindow -Wait`,
1313

@@ -34,7 +34,7 @@ export const PLATFORM = [
3434
`https://V_IP:9001/private/dependencies/collector/linux-as400-collector.zip ` +
3535
`&& unzip linux-as400-collector.zip && rm linux-as400-collector.zip && chmod -R 755 ` +
3636
`utmstack_collectors_installer && ./utmstack_collectors_installer install as400 ` +
37-
`V_IP <secret>V_TOKEN<secret>"`,
37+
`V_IP <secret>V_TOKEN</secret>"`,
3838

3939

4040
uninstall: `sudo bash -c " cd /opt/utmstack-linux-collectors/as400 && ./utmstack_collectors_installer ` +

0 commit comments

Comments
 (0)