We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37720c0 commit d95ec77Copy full SHA for d95ec77
service/minecraft/deploy/deploy_FinalSetup.sh
@@ -36,6 +36,8 @@ if [ ! -f $SERVER_PROPERTIES ]; then
36
cp /defaults/server.properties_VANILLA $SERVER_PROPERTIES
37
;;
38
esac
39
+ #Set access rights
40
+ chmod -R 660 $SERVER_PROPERTIES
41
42
# "standard" parameters
43
setParameter "motd" "$MOTD"
0 commit comments