mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Add set -e
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
# Data remanence for /teamspeak/save
|
||||
if [ -d /teamspeak ]; then
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
if [ ! -f /touched ]; then
|
||||
until [[ -n $(cat /data/*_1.log 2>/dev/null) ]]; do
|
||||
|
||||
Reference in New Issue
Block a user