Don't make world filess read-only either

This commit is contained in:
mathias 2018-11-14 18:45:38 +02:00
parent 4d52e24bc3
commit c42c969d58

View file

@ -1,7 +1,6 @@
#!/bin/bash
mkdir -p crash-reports/ dumps/
echo "$PRIVATE_KEY" > .ssh/id_rsa
chmod 400 $(find worlds/ -type f)
chmod -R 500 crash-reports/ dumps/ plugins/bStats/ plugins/PluginMetrics/ plugins/ProtocolLib/
ssh-keyscan notabug.org >> .ssh/known_hosts