From 74b36379d33750e1f4f29c1f58c26ec5b0141af9 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 19 Oct 2018 21:08:30 -0500 Subject: [PATCH] Change wording and severity of startup log messages --- replicate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/replicate.sh b/replicate.sh index 41f1bfa..2d5dfd7 100755 --- a/replicate.sh +++ b/replicate.sh @@ -136,10 +136,10 @@ main() { # Set up some user-controllable variables if [ -z ${bootstrapdir+x} ]; then bootstrapdir="$PWD" - log "Bootstrapping to $bootstrapdir" + log "Using default bootstrap dir \"$bootstrapdir\"" 0 fi 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\"" fi if [ -z ${logfile+x} ]; then