Add a new feature of limitSize.

This commit is contained in:
zicla
2017-12-29 18:44:10 +08:00
parent 0720ae5ed6
commit 68c7da1f58
7 changed files with 93 additions and 17 deletions

View File

@ -11,5 +11,5 @@ then
else
kill -9 $EDASPID
echo $EXE_PATH
echo 'Shutdown successfully.'
echo 'Shutdown tank successfully.'
fi

View File

@ -8,6 +8,7 @@ EXE_PATH=$TANK_DIR/tank
if [ -f "$EXE_PATH" ]; then
nohup $EXE_PATH >/dev/null 2>&1 &
echo 'Start tank successfully!'
else
echo 'Cannot find $EXE_PATH.'
exit 1