4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/sh
|
|
echo This script is used to signal a restart, use ./run.sh
|
|
touch /tmp/RestartMCServerv5
|
|
|