Almost every single time I run “ghost upgrade” I get errors saying I need to run a sudo chmod command to change a bunch of files to permission 644:
sudo find ./ ! -path ". */versions/* *" -type f -exec chmod 664 {} \;
Just wondering, but why does this issue keep happening in the first place? Can the system just fix the problem itself if it already knows the command to run? Also why should the files even have the wrong permissions to begin with? I never change anything yet it keeps happening over and over and this blog isn’t even being used yet, just the “default” setup for testing basically…
Not a big deal really, purely curious lol since I am developer…
Thanks for help, all
Best Regards,
-Ave