Showing msg on first install about data dir
This commit is contained in:
parent
03851190a2
commit
bde5de7730
2
init
2
init
@ -14,7 +14,7 @@ export PATH=$PATH:/mystic
|
||||
|
||||
if [ "$1" == "start" ]; then
|
||||
# First time install - expand out our data directory
|
||||
[ $(find data|wc -l) -le 1 ] && tar xzf data.tar.gz
|
||||
[ $(find data|wc -l) -le 1 ] && tar xzf data.tar.gz && echo "* Installing Mystic data files into /mystic/data"
|
||||
|
||||
# OK, start
|
||||
exec ${INIT} server
|
||||
|
Reference in New Issue
Block a user