Fail on webui failures (#76)

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
Itxaka
2023-07-04 16:31:42 +02:00
committed by GitHub
parent e336c66b3f
commit dc0a00aa5b

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
set -e
# Run agent in the background to bring the webui up # Run agent in the background to bring the webui up
/usr/bin/kairos-agent webui & /usr/bin/kairos-agent webui &