diff --git a/birdnet-pi/rootfs/etc/cont-init.d/01-structure.sh b/birdnet-pi/rootfs/etc/cont-init.d/01-structure.sh index 80cae4124..6d6ce2df4 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/01-structure.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/01-structure.sh @@ -2,14 +2,6 @@ # shellcheck shell=bash set -e -# Save a copy of the script for further restarts -if [ -f /etc/cont-init.d/01-structure.sh ]; then - mkdir -p /etc/scripts-init - sed -i "s|/etc/cont-init.d|/etc/scripts-init|g" /ha_entrypoint.sh - sed -i "/ rm/d" /ha_entrypoint.sh - cp /etc/cont-init.d/01-structure.sh /etc/scripts-init/ -fi - ############### # SET /CONFIG # ###############