Add a new feature of limitSize.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user