mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-30 18:44:12 +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
|
||||
|
||||
@@ -110,6 +110,6 @@
|
||||
"slug": "webtop-kde",
|
||||
"tmpfs": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "4.16-r0-ls89-xfce9",
|
||||
"version": "4.16-r0-ls89-xfce10",
|
||||
"video": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user