Update 20-folders.sh

This commit is contained in:
Alexandre
2022-06-15 17:31:47 +02:00
committed by GitHub
parent 87d324d89b
commit 3886dbad71

View File

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