added all scripts

This commit is contained in:
liph
2025-12-19 22:56:37 +00:00
parent 0a8de06bc3
commit 3992fb9464
12 changed files with 689 additions and 0 deletions

11
pve_chmod.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
sudo chown -R 101000:100033 /mnt/{hdd1,hdd2,hdd3,hdd4,hdd5,ssd1,ssd2}
sudo chmod -R 775 /mnt/{hdd1,hdd2,hdd3,hdd4,hdd5,ssd1,ssd2}
sudo chown -R 101000:101000 /mnt/tank/audio
sudo chmod -R 777 /mnt/tank/audio
sudo chown -R 101000:101000 /mnt/flash1/downloads/music
sudo chmod -R 755 /mnt/flash1/downloads/music