Skip to content
Snippets Groups Projects
Commit c197b920 authored by David Trattnig's avatar David Trattnig
Browse files

Disabled verbose-mode.

parent 47f449ef
No related branches found
No related tags found
No related merge requests found
#/usr/bin/bash
mode="engine"
debug="--debug --verbose"
#debug="--debug --verbose"
debug=""
if [ -n "$1" ]; then
if [[ $1 =~ ^(engine|lqs)$ ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment