(30-May-2021, 01:11 PM)Aliaksandr Zeliankouski Wrote:(30-May-2021, 08:39 AM)agent_kith Wrote:(30-May-2021, 04:40 AM)Aliaksandr Zeliankouski Wrote:
Can you modify /var/www/players/minimserver/start.sh
Code:#!/bin/bash
LC_ALL="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" /opt/minimserver/bin/startd
exit 0
I turned off the minimserver. I login through putty. I found the start.sh file, but I could not change it, because I have no write permission.
Add "sudo" before any command you run to get the permissions, be it "sudo vi start.sh" or "sudo pico start.sh".