This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -eu | |
| yum install -y jq | |
| readonly MINECRAFT_DIR="/opt/minecraft_server" | |
| readonly BACKUP_DIR_PREFIX="backup" | |
| readonly MINECRAFT_SERVER_SERVICE="/etc/systemd/system/minecraft-server.service" |