mirror of
https://github.com/kaboomserver/buildpack.git
synced 2024-11-20 06:15:44 +00:00
Cleanups
This commit is contained in:
parent
d13f17309f
commit
513100a847
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
mkdir -p crash-reports/ dumps/
|
||||
touch banned-ips.json banned-ips.json.backup banned-players.json banned-players.json.backup ops.json ops.json.backup usercache.json whitelist.json whitelist.json.backup
|
||||
touch banned-ips.json banned-players.json ops.json usercache.json version_history.json whitelist.json
|
||||
echo "$PRIVATE_KEY" > .ssh/id_rsa
|
||||
chmod 400 $(find . ! -path "*/.*" -type f)
|
||||
chmod -R 500 crash-reports/ dumps/ plugins/bStats/ plugins/PluginMetrics/ plugins/ProtocolLib/ plugins/Updater/
|
||||
|
|
Loading…
Reference in a new issue