Debug zsh

This commit is contained in:
Stig-Ørjan Smelror 2024-01-31 17:04:24 +01:00
parent eb1a612419
commit 4b6fc5e187

2
qsgen2
View File

@ -110,7 +110,7 @@ if (${debug}); then
echo "${red}Contents of Config file:${end}"
for lines in ${qsconfig}
do
echo "${yellow} - ${lines}${end}"
echo "${yellow}${lines}${end}"
done
#echo "${yellow} - site_name=${site_name}${end}"
#echo "${yellow} - site_tagline=${site_tagline}${end}"