Files
hassio-addons/qbittorrent/rootfs/etc/cont-init.d/00-folders.sh
Alexandre 42bef66f08 Revert "chmod +x scripts"
This reverts commit 3351e5b29c.
2022-06-15 21:03:13 +02:00

6 lines
177 B
Bash

#!/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