#!/bin/bash -e

This commit is contained in:
juarez
2024-02-27 12:43:33 +01:00
parent 720783249d
commit ccf0b91f17
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
if [ "$ENABLE_EXPORTER" == true ]; then
log INFO "Exporter setup detected -- will start Exporter service."