make missing config settings skippable
authorJeff Atwood <jatwood@codinghorror.com>
Fri, 22 Apr 2016 00:04:38 +0000 (17:04 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Fri, 22 Apr 2016 00:04:38 +0000 (17:04 -0700)
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
 }