projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5441ec
)
make missing config settings skippable
author
Jeff Atwood
<jatwood@codinghorror.com>
Fri, 22 Apr 2016 00:04:38 +0000
(17:04 -0700)
committer
Jeff Atwood
<jatwood@codinghorror.com>
Fri, 22 Apr 2016 00:04:38 +0000
(17:04 -0700)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 17ca833b1ad4af31724565cb33185b91ea2601a2..83528f11ce1c3924c31e7c1a471f636104f354b1 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-564,9
+564,8
@@
valid_config_check() {
fi
done
if [ -t 0 ] && [ "$valid_config" != "y" ]; then
- echo ""
- echo "Please edit $config_file to add missing settings."
- exit 1
+ echo
+ read -p "Press Ctrl-C to exit and edit $config_file or ENTER to continue"
fi
}