Create 00-folders.sh

This commit is contained in:
Alexandre
2022-03-31 09:18:48 +02:00
committed by GitHub
parent 0b270fc1da
commit f86cd11c9d

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Avoid linuxserver anti tamper issues
chown root:root /config/custom-cont-init.d* &>/dev/null || true
chown root:root /config/custom-services* &>/dev/null || true