Tremulous Forum
Community => Servers => Topic started by: Lucky on December 12, 2007, 01:57:24 am
-
Hey I used Hotsoups guide to making a mac server and I have the server made, but Whenever I try to change the Server.cfg it says Its read-only and it cant save, so I tried to save-as on the desktop then move it to replace the server.cfg but my folder "Base" cant be modified, so its impossible for me to change the settings on server.cfg. What should I do?
-
Sounds like your permissions are a bit hosed. Try this:
sudo chown -R <your username> <path to tremulous folder>
That should make sure you own all the files. Next,
sudo chmod -R u+w <path to tremulous folder>
That makes sure all the files are writable by you. Should do the trick.