aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100755
index 0000000..db70c2c
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+controller="aaa.bbb.com"
+timeout="800"
+retry="1"
+maxproc="24"
+devnet="192.168.1.0/32"
+devices="ap1.local ap1.local 192.168.1.1 192.168.1.111"
+
+export controller
+export timeout
+export retry
+export maxproc
+export devnet
+export devices
+
+php ubnt_unifi.php debug
+