Delete scripts to avoid duplication

This commit is contained in:
Alexandre
2025-02-16 12:13:41 +01:00
committed by GitHub
parent 2b31a02f98
commit c114b225ef

View File

@@ -46,9 +46,7 @@ for SCRIPTS in /etc/cont-init.d/*; do
fi
# Cleanup
if bashio::supervisor.ping 2>/dev/null; then
rm "$SCRIPTS"
fi
rm "$SCRIPTS"
done
######################