View Single Post
Posts: 108 | Thanked: 329 times | Joined on Apr 2010 @ Bosnia and Herzegovina
#117
Originally Posted by hxka View Post
You should change
Code:
chown user:users /opt/reverstris-lite
chown user:users /opt/reverstris-lite/settings.ini
to
Code:
chown -R user:users /opt/reverstris-lite
Ok, I changed it, thanks. I'm using GNU/Linux for years now, but I still don't know all that stuff; admiring those who do