Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions systemvm/debian/opt/cloud/bin/vr_cfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ while getopts 'c:' OPTION; do
esac; done

export DEFER_CONFIG=true
while read line; do
cat $cfg | while read line; do
#comment
if [[ $line == \#* ]]; then
continue
Expand Down Expand Up @@ -74,7 +74,7 @@ while read line; do

fi

done < $cfg
done

# archive the configuration file
mv $cfg /var/cache/cloud/processed/
Expand Down