Before, the spigot_init.sh script would automatically add AshDevFr as a server operator. Additionally, there is no easy way for the user of this Docker image to remove this default operator, as it keeps getting added back each time the container is restarted.
This represents a security risk for the server, so this pull request simply removes it so the user can manage their own operators as they see fit.
Before, the
spigot_init.sh
script would automatically addAshDevFr
as a server operator. Additionally, there is no easy way for the user of this Docker image to remove this default operator, as it keeps getting added back each time the container is restarted.This represents a security risk for the server, so this pull request simply removes it so the user can manage their own operators as they see fit.