Delete 00-aaa_proxmox.sh

This commit is contained in:
Alexandre
2022-01-04 19:30:29 +01:00
committed by GitHub
parent 53d66085e8
commit 137669420b

View File

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