This commit is contained in:
Alexandre
2025-03-03 22:47:15 +01:00
committed by GitHub
parent 7112b321cd
commit d7da7b75dc

View File

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