fix
parent
b9ec5c3296
commit
4ed21420da
@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
PORT_NUM=$1
|
||||
CS_NAME=$2
|
||||
echo server-port=$PORT_NUM >> server.properties
|
||||
echo " Name: $CS_NAME" >> plugins/gFeatures/Config.yml
|
||||
if [ ! -f "init.lock" ]; then
|
||||
echo server-port=$PORT_NUM >> server.properties
|
||||
echo " Name: $CS_NAME" >> plugins/gFeatures/Config.yml
|
||||
touch init.lock
|
||||
fi
|
||||
|
Loading…
Reference in New Issue