Skip to content

Commit 75353bb

Browse files
committed
fix: correct syntax error in UTM stack installation command
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 5258b71 commit 75353bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/app-module/guides/guide-utmstack/guide-utmstack.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class GuideUtmstackComponent implements OnInit {
9696
wget --no-check-certificate -P /opt/utmstack-collector \
9797
https://${ip}:9001/private/dependencies/collector/${installerName} && \
9898
chmod -R 755 /opt/utmstack-collector/${installerName} && \
99-
/opt/utmstack-collector/${installerName} install ${ip} <secret>${this.token}</secret>" yes`;
99+
/opt/utmstack-collector/${installerName} install ${ip} <secret>${this.token}</secret> yes"`;
100100
}
101101

102102

0 commit comments

Comments
 (0)