Disable custom script check for now

This commit is contained in:
TheSpad 2022-07-21 17:14:28 +01:00
parent 273f624f3a
commit 3c7ccbd583
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -1,5 +1,9 @@
#!/usr/bin/with-contenv bash
# This doesn't do anything yet
exit 0
if { [ -n "$(/bin/ls -A "/config/custom-cont-init.d" 2>/dev/null)" ]; } && \
{ [ -n "$(/bin/ls -A "/config/custom-services.d" 2>/dev/null)" ]; }; then
cat <<-EOF | tee /config/custom-cont-init.d/README.txt,/config/custom-services.d/README.txt 2>/dev/null