From c489672a513f7e5d3eb10b29622680f23dcdf65f Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 15 Mar 2012 11:19:48 -0500 Subject: Initial check-in. --- scripts/include.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/include.sh (limited to 'scripts/include.sh') diff --git a/scripts/include.sh b/scripts/include.sh new file mode 100755 index 0000000..138c768 --- /dev/null +++ b/scripts/include.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +IPA_JSON_URL="https://$HOSTNAME/ipa/json" +#IPA_JSON_URL="http://localhost:8888/ipa/json" -- cgit