This website works better with JavaScript.
Home
Help
Sign In
hms
/
rasoberry-noaa
mirror of
https://github.com/reynico/raspberry-noaa.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
fix error line
tags/v1.7
Nico Rey
3 years ago
parent
f1b00a666a
commit
d946296eb9
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
migrations/20201292-iss.sh
+ 3
- 2
migrations/20201292-iss.sh
View File
@@ -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…
Cancel
Save