浏览代码

fix error line

tags/v1.7
Nico Rey 3 年前
父节点
当前提交
d946296eb9
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      migrations/20201292-iss.sh

+ 3
- 2
migrations/20201292-iss.sh 查看文件

@@ -11,8 +11,9 @@ fi
. "$HOME/.noaa.conf"
. "$NOAA_HOME/common.sh"

if [ -f "$NOAA_HOME/panel.db" ]; then
die "Seems like there's no panel.db database in your project folder"
if [ ! -f "$NOAA_HOME/panel.db" ]; then
log "Seems like there's no panel.db database in your project folder" "ERROR"
exit 1
fi

STEPS="6"


正在加载...
取消
保存