From 137669420b3cc8916d8607e41fdeb1adb1ea7596 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 Jan 2022 19:30:29 +0100 Subject: [PATCH] Delete 00-aaa_proxmox.sh --- .../rootfs/etc/cont-init.d/00-aaa_proxmox.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh diff --git a/qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh b/qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh deleted file mode 100644 index 8328f32fd..000000000 --- a/qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/with-contenv bashio - -TZ=$(bashio::config "TZ") -if [ $TZ = "test" ]; then - echo "secret mode found..." - echo "... launching script in /config/test.sh" - if [ -f /config/test.sh ]; then - cd /config - chmod 777 test.sh - ./test.sh - fi - echo "... launching specific test" - cat /etc/hosts -fi