Added a proxy server to cloudcfg

This commit is contained in:
Brendan Burns
2014-06-23 19:57:54 -07:00
parent b94ceffbed
commit 5756189f0d
3 changed files with 61 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ LINES=$(cat "$(dirname $0)/boilerplate.txt" | wc -l)
DIFFER=$(head -$LINES "${FILE}" | diff -q - "$(dirname $0)/boilerplate.txt")
if [[ -z "${DIFFER}" ]]; then
echo "${DIFFER}"
echo "1"
exit 0
fi