本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
hms
/
rasoberry-noaa
镜像来自
https://github.com/reynico/raspberry-noaa.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
8
Wiki
活動
瀏覽代碼
fix error line
tags/v1.7
Nico Rey
3 年之前
父節點
f1b00a666a
當前提交
d946296eb9
共有
1 個檔案被更改
,包括
3 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
取消
儲存