aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-22 23:14:34 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-22 23:14:34 +0300
commitc8fb7cd3987d3128bcee5962a5af4cd282add24e (patch)
treeeadf4cfd30bce458c4110731bce60eb86a3f746e
parenteef310f16a2c491848878948629b94a023c3b39a (diff)
fix include
-rwxr-xr-xe3372-clear-traffic-stats.sh2
-rwxr-xr-xe3372-dataswitch-off.sh2
-rwxr-xr-xe3372-dataswitch-on.sh2
-rwxr-xr-xe3372-dhcp-setting.sh2
-rwxr-xr-xe3372-readsms-xmlstarlet.sh2
-rwxr-xr-xe3372-readsms.sh2
-rwxr-xr-xe3372-reboot.sh2
-rwxr-xr-xe3372-sendsms.sh2
-rwxr-xr-xe3372-stats.sh2
-rwxr-xr-xe3372.sh2
10 files changed, 10 insertions, 10 deletions
diff --git a/e3372-clear-traffic-stats.sh b/e3372-clear-traffic-stats.sh
index 9b902d9..56b27b4 100755
--- a/e3372-clear-traffic-stats.sh
+++ b/e3372-clear-traffic-stats.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token
diff --git a/e3372-dataswitch-off.sh b/e3372-dataswitch-off.sh
index 96c0a48..83ae7e0 100755
--- a/e3372-dataswitch-off.sh
+++ b/e3372-dataswitch-off.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token
diff --git a/e3372-dataswitch-on.sh b/e3372-dataswitch-on.sh
index ce64652..f270561 100755
--- a/e3372-dataswitch-on.sh
+++ b/e3372-dataswitch-on.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token
diff --git a/e3372-dhcp-setting.sh b/e3372-dhcp-setting.sh
index 9bd0fe6..f76e6ae 100755
--- a/e3372-dhcp-setting.sh
+++ b/e3372-dhcp-setting.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token
diff --git a/e3372-readsms-xmlstarlet.sh b/e3372-readsms-xmlstarlet.sh
index 6c6d901..17399a8 100755
--- a/e3372-readsms-xmlstarlet.sh
+++ b/e3372-readsms-xmlstarlet.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token
diff --git a/e3372-readsms.sh b/e3372-readsms.sh
index afb19f2..c265dfa 100755
--- a/e3372-readsms.sh
+++ b/e3372-readsms.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token
diff --git a/e3372-reboot.sh b/e3372-reboot.sh
index 7b0e9e7..8f09b95 100755
--- a/e3372-reboot.sh
+++ b/e3372-reboot.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token
diff --git a/e3372-sendsms.sh b/e3372-sendsms.sh
index fb13258..9740775 100755
--- a/e3372-sendsms.sh
+++ b/e3372-sendsms.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token
diff --git a/e3372-stats.sh b/e3372-stats.sh
index 43e52e4..1df3f5e 100755
--- a/e3372-stats.sh
+++ b/e3372-stats.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token
diff --git a/e3372.sh b/e3372.sh
index 350dd33..2310c72 100755
--- a/e3372.sh
+++ b/e3372.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
-. "$DIR/config.sh"
+. "$DIR/include.sh"
get_token