Disable custom script check for now
This commit is contained in:
parent
273f624f3a
commit
3c7ccbd583
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue