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