Browse Source

Sane check for missing panel.db

tags/v1.7
Nico Rey 3 years ago
parent
commit
bdedbf60f0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      migrations/20201292-iss.sh

+ 5
- 0
migrations/20201292-iss.sh View File

@@ -10,6 +10,11 @@ fi
## import common lib
. "$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"
fi

STEPS="6"

datetime=$(date +"%Y%m%d-%H%M%S")


Loading…
Cancel
Save