consider commented config lines

This commit is contained in:
Marco Ochse
2017-06-07 16:24:42 +00:00
parent 66cdb0e60a
commit a1bc127698
3 changed files with 3 additions and 48 deletions

View File

@ -7,7 +7,7 @@ function fuCLEANUP {
trap fuCLEANUP EXIT
stty -echo -icanon time 0 min 0
myIMAGES=$(cat /etc/tpot/tpot.yml | grep container_name | cut -d: -f2)
myIMAGES=$(cat /etc/tpot/tpot.yml | grep -v '#' | grep container_name | cut -d: -f2)
while true
do
echo ""