mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-04 21:18:46 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bashio
|
||||
# shellcheck shell=bash
|
||||
echo "Starting..."
|
||||
|
||||
####################
|
||||
@@ -25,4 +26,4 @@ echo -e "\033[0;32mStarting the upstream container\033[0m"
|
||||
echo " "
|
||||
|
||||
# Launch lsio mods
|
||||
if [ -f /docker-mods ]; then /./docker-mods; fi
|
||||
if [ -f /docker-mods ]; then exec /docker-mods; fi
|
||||
|
||||
Reference in New Issue
Block a user