Fixes missing variable in NLIssue.
[platal.git] / upgrade / 1.1.0 / update.sh
index b370b20..f4ea1c5 100755 (executable)
@@ -4,6 +4,7 @@
 
 ###########################################################
 [ "$DATABASE" != "x4dat" ] || die "Cannot target x4dat"
+[ "$SOURCE_DATABASE" != "" ] || die "Copy required for this release"
 copy_db
 
 confirm "* Running database upgrade scripts"