Update ha_entrypoint_modif.sh

This commit is contained in:
Alexandre
2023-12-24 20:02:11 +01:00
committed by GitHub
parent e041de9bde
commit fadbf73786

View File

@@ -25,6 +25,10 @@ if [ -d /etc/services.d ]; then
chmod -R 755 /etc/services.d
fi
if [ -d /etc/s6-rc.d ]; then
chmod -R 755 /etc/s6-rc.d
fi
# Correct shebang in entrypoint
###############################