From 0465586d7e60a0994e52ad0ded4990fb42bdd332 Mon Sep 17 00:00:00 2001 From: Robin Kearney Date: Wed, 28 Jan 2015 09:25:51 +0000 Subject: [PATCH] Update important-file --- demo/important-file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/important-file b/demo/important-file index 814ad62..e043da1 100755 --- a/demo/important-file +++ b/demo/important-file @@ -5,8 +5,8 @@ cd "$(dirname "$0")"/.. date-string() { date; } wrapper() { echo -n "*** $1 ***"; } -IP=127.0.0.1 -ALLOWED_HOSTS=( 192.168.0.1 192.168.0.2 192.168.0.3 ) +export IP=127.0.0.1 +export ALLOWED_HOSTS=( 192.168.0.1 192.168.0.2 192.168.0.3 ) cat <