Skip to content
Snippets Groups Projects
Commit 2ad55f5a authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

correct INST name fix for tarantool_box startup on CentOS

parent 83b348f3
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
. /etc/init.d/functions
RETVAL=0
INST="$(basename $0)"
INST="$(basename $0 | grep -oP '\D+\d+.\d+$')"
export PIDFILE="/var/${INST}/box.pid"
export WRAP_PIDFILE="/var/${INST}/wrapper.pid"
export OPTIONS=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment