reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
180 stars 56 forks source link

permission issue #88

Closed lben05 closed 3 years ago

lben05 commented 3 years ago

Is any form fix the the permission?

reynico commented 3 years ago

hi! Please try

sudo chown pi:pi /var/www/wx/
sudo chown -R pi:pi /var/www/wx/

and let me know.

lben05 commented 3 years ago

Thanks reynico realized you just describe the permission issue in one of your post You did a great job

On Wed, Dec 23, 2020, 1:35 PM Nico notifications@github.com wrote:

hi! Please try

sudo chown pi:pi /var/www/wx/ sudo chown -R pi:pi /var/www/wx/

and let me know.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/reynico/raspberry-noaa/issues/88#issuecomment-750423421, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCCY7I52YSFYARHCTMXPVLSWI2A5ANCNFSM4VGMOLUA .

reynico commented 3 years ago

Thank you!