Fix some UI things.

This commit is contained in:
zicla
2018-12-07 19:33:18 +08:00
parent f4d9bbb746
commit cbfa8a7110
12 changed files with 25 additions and 17 deletions

View File

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