fixed fix_permissions abd added sync media
This commit is contained in:
@@ -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"
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user