master
EspiDev 7 years ago
parent 1244a91fe5
commit efeb18ff6a

@ -19,4 +19,4 @@ RUN mkdir /data
RUN mkdir /data/logs
RUN mkdir /data/plugins
CMD exec ./init.sh && ./esticonsole
CMD ./init.sh && ./esticonsole

@ -6,3 +6,5 @@ if [ ! -f "init.lock" ]; then
echo " Name: $CS_NAME" >> plugins/gFeatures/Config.yml
touch init.lock
fi
exit 0

Loading…
Cancel
Save