diff options
Diffstat (limited to 'scripts/include.sh')
| -rwxr-xr-x | scripts/include.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
