mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Merge branch 'master' into patch-2
This commit is contained in:
14
qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh
Normal file
14
qbittorrent/rootfs/etc/cont-init.d/00-aaa_proxmox.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user