mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
6 lines
177 B
Bash
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
|