@@ -1,6 +1,6 @@
#!/bin/bash
cd /switchbackup
-for switch in $(cat ./creds.txt); do
+for switch in $(cat ./creds.txt | grep -v "^#"); do
TP_HOST=$(echo ${switch} | cut -d ";" -f 1)
TP_IP=$(echo ${switch} | cut -d ";" -f 2)