Add the feature of creating user.

This commit is contained in:
zicla
2019-06-04 02:39:44 +08:00
parent 53d1ac1d4a
commit ddfeb37114
3 changed files with 68 additions and 6 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! http://127.0.0.1:6010'
echo 'Start tank successfully! Default value http://127.0.0.1:6010'
else
echo 'Cannot find $EXE_PATH.'
exit 1