Change wording and severity of startup log messages
This commit is contained in:
parent
604e93b2ef
commit
74b36379d3
@ -136,10 +136,10 @@ main() {
|
|||||||
# Set up some user-controllable variables
|
# Set up some user-controllable variables
|
||||||
if [ -z ${bootstrapdir+x} ]; then
|
if [ -z ${bootstrapdir+x} ]; then
|
||||||
bootstrapdir="$PWD"
|
bootstrapdir="$PWD"
|
||||||
log "Bootstrapping to $bootstrapdir"
|
log "Using default bootstrap dir \"$bootstrapdir\"" 0
|
||||||
fi
|
fi
|
||||||
if [ -z ${repo+x} ]; then
|
if [ -z ${repo+x} ]; then
|
||||||
repo='git@gitlab.com:rehashedsalt/home.git'
|
repo='git@gitlab.com:rehashedsalt/home.git' 0
|
||||||
log "Using default repository \"$repo\""
|
log "Using default repository \"$repo\""
|
||||||
fi
|
fi
|
||||||
if [ -z ${logfile+x} ]; then
|
if [ -z ${logfile+x} ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user