This commit is contained in:
Alexandre
2023-09-05 21:16:47 +02:00
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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
}