#!/bin/bash -e

This commit is contained in:
juarez
2023-09-04 16:43:40 +02:00
parent 402935a001
commit dfcc625e83
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
if [ "$ENABLE_TEILER" == true ];then
log INFO "Teiler setup detected -- will start Teiler services."