Update 20-folders.sh

This commit is contained in:
Alexandre
2022-06-15 17:54:05 +02:00
committed by GitHub
parent af415195a9
commit fe7d0a268d

View File

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