added init file
parent
4608f2c6b8
commit
ef5299ffac
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo "Initializing..."
|
||||||
|
if [ ! -f "init.lock" ]; then
|
||||||
|
echo "Adding log..."
|
||||||
|
echo server-port=$PORT_NUM >> server.properties
|
||||||
|
echo " Name: $CS_NAME" >> plugins/gFeatures/Config.yml
|
||||||
|
touch init.lock
|
||||||
|
fi
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Reference in New Issue