• Amos_沧海桑田's avatar
    install.sh: create empty history file after installation · a7f58f94
    Amos_沧海桑田 提交于
    There is a error message in first use of taos, because the history
    file doesn't exist.
    
    This patch tried to create an empty history file after installation,
    then users won't see the error message.
    
    | [root@045a9307c53a ~]# taos
    |
    | Welcome to the TDengine shell from Linux, Client Version:2.0.1.1
    | Copyright (c) 2017 by TAOS Data, Inc. All rights reserved.
    |
    | Failed to open file /root/.taos_history
    | taos>
    Signed-off-by: Amos_沧海桑田's avatarAmos Kong <kongjianjun@gmail.com>
    a7f58f94
install.sh 27.6 KB