diff --git a/qsgen2 b/qsgen2 index 5cb235c..b6cf711 100755 --- a/qsgen2 +++ b/qsgen2 @@ -105,7 +105,7 @@ else fi debug=true if (${debug}); then - qsconfig=$( cat $(pwd)/config | grep -v \# ) + qsconfig=$( cat $(pwd)/config | grep -v \# | cut -d" " -f2 ) qsconfig=$(<${qsconfig}) echo "${red}Contents of Config file:${end}" for lines in ${qsconfig}