From 36765633ca714ac7dd79a247369974cd69da4701 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:06:06 +0100 Subject: [PATCH] Create 00-deprecated.sh --- .templates/00-deprecated.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .templates/00-deprecated.sh diff --git a/.templates/00-deprecated.sh b/.templates/00-deprecated.sh new file mode 100644 index 000000000..8a117965e --- /dev/null +++ b/.templates/00-deprecated.sh @@ -0,0 +1,18 @@ +#!/usr/bin/with-contenv bashio +# shellcheck shell=bash +set -e + +# ============================================================================== +# Displays a simple add-on banner on startup +# ============================================================================== + +echo "" +bashio::log.yellow "####################" +bashio::log.yellow "# ADDON deprecated #" +bashio::log.yellow "####################" +echo "" +bashio::log.yellow "This addon is now supported in the community repository. You should migrate your data as soon as possible! This addon will not be supported and updates might stop in the future." +bashio::log.yellow "Thanks for all users over the years !" +echo "" + +sleep 5