From 3e8e87c262421510f1e1911341710814fe5481c9 Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Mon, 25 May 2020 15:44:42 +0200 Subject: More debug --- test.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 test.sh (limited to 'test.sh') 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 + -- cgit v1.2.3