Skip to content

Commit d95ec77

Browse files
committed
Fix server.properties access right
1 parent 37720c0 commit d95ec77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

service/minecraft/deploy/deploy_FinalSetup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ if [ ! -f $SERVER_PROPERTIES ]; then
3636
cp /defaults/server.properties_VANILLA $SERVER_PROPERTIES
3737
;;
3838
esac
39+
#Set access rights
40+
chmod -R 660 $SERVER_PROPERTIES
3941

4042
# "standard" parameters
4143
setParameter "motd" "$MOTD"

0 commit comments

Comments
 (0)