fixed bug in config parser

This commit is contained in:
Jack Engqvist Johansson 2012-04-20 22:32:51 +02:00
parent 37c128d35e
commit 2c707cd647
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ USER_NAME=$(echo "$USER" | cut -d',' -f2)
USER_KEY=$(echo "$USER" | cut -d',' -f3)
# get server list
SERVERS=$(cat /etc/deploy.conf | sed -e '/^$/ d' -e '/^[#].*/ d')
SERVERS=$(cat /etc/deploy.conf | sed -e '/^$/ d' -e '/^[#u].*/ d')
# get file list
FILES=$(cat /$DIR/.deploy | sed -e '/^$/ d' -e '/^[#].*/ d' -e '/BEGIN\:/,$ d')