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