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
+17
View File
@@ -0,0 +1,17 @@
$media_viewer_dir="C:\Users\human\OneDrive\Documents\Git\Media-Viewer"
Set-Location "$media_viewer_dir"
Write-Host "Sillyfillyy synching media lolee"
# get da synciedink
gitsync
gitsync
# do da synchiedink
wsl bash full_sync_normalization_wsl.sh bfy
# do more sync at enddy to maek syre it goodywoo
gitsync
gitsync
Write-Host "aahm done bein a sillyfilly fro noew"
+1 -1
View File
@@ -8,4 +8,4 @@ userfriend=princesspi
find "$webdir" -type d -exec chmod 775 {} \; find "$webdir" -type d -exec chmod 775 {} \;
find "$webdir" -type f -exec chmod 664 {} \; find "$webdir" -type f -exec chmod 664 {} \;
find "$webdir" -type f -iname "*.sh" -exec chmod 775 {} \; find "$webdir" -type f -iname "*.sh" -exec chmod 775 {} \;
chown -R $userfriend:$www_group "$web_dir" chown -R $userfriend:$www_group "$webdir"