fixed fix_permissions abd added sync media

This commit is contained in:
2025-11-30 17:17:51 -07:00
parent 5c32b7d26d
commit 2e57a2f67e
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ userfriend=princesspi
find "$webdir" -type d -exec chmod 775 {} \;
find "$webdir" -type f -exec chmod 664 {} \;
find "$webdir" -type f -iname "*.sh" -exec chmod 775 {} \;
chown -R $userfriend:$www_group "$web_dir"
chown -R $userfriend:$www_group "$webdir"