Update 20-folders.sh

https://github.com/alexbelgium/hassio-addons/issues/365
This commit is contained in:
Alexandre
2022-06-27 23:44:39 +02:00
committed by GitHub
parent 4783e1735b
commit ced3436d8e

View File

@@ -6,7 +6,7 @@ if [ -d /teamspeak/save ]; then
cp -rn /teamspeak/save/* /data
rm -r /teamspeak/save
fi
mkdir -p /teamspeak/save
mkdir -p /teamspeak
ln -sf /data /teamspeak/save
#chown -R PUID:GUID /data
chmod -R 777 /data