mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
OK
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
[ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
[ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
[ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
[ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
[ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
[ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
[ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
[ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# If dockerfile failed install manually
|
# If dockerfile failed install manually
|
||||||
[ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
Reference in New Issue
Block a user