Browse Source

Add this back for init()

bryan 2 years ago
parent
commit
2afe75502d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      installJRMC

+ 2 - 0
installJRMC

@@ -1651,5 +1651,7 @@ main() {
     # done
 }
 
+# Quickly turn debugging on (catch for real with getopt in parseInput())
+[[ " $* " =~ ( --debug | -d ) ]] && echo "First Debugging on!" && DEBUG=1
 
 main "$@"