I usually do not use standalone mode. But I use it for
standalone-generate-dump-flight-runvars
That means I have to have a standalone.db. ./standalone prints a
message about standalone-reset, which does a lot of undesirable stuff.
Mention sa-init-db too. That just creates the db with empty tables
and is sufficient for standalone-generate-dump-flight-runvars.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
db="standalone.db"
if [ ! -f $db ] ; then
- fail "No $db? Run standalone-reset."
+ fail "No $db? Run standalone-reset, or ./sa-init-db $db."
fi
if [ -z "$config" ] ; then