mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-03 12:38: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..."
|
echo "Starting..."
|
||||||
|
|
||||||
####################
|
####################
|
||||||
@@ -25,4 +26,4 @@ echo -e "\033[0;32mStarting the upstream container\033[0m"
|
|||||||
echo " "
|
echo " "
|
||||||
|
|
||||||
# Launch lsio mods
|
# 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",
|
"slug": "webtop-kde",
|
||||||
"tmpfs": true,
|
"tmpfs": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "4.16-r0-ls89-xfce9",
|
"version": "4.16-r0-ls89-xfce10",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user