From c8fb7cd3987d3128bcee5962a5af4cd282add24e Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 22 Mar 2021 23:14:34 +0300 Subject: fix include --- e3372-clear-traffic-stats.sh | 2 +- e3372-dataswitch-off.sh | 2 +- e3372-dataswitch-on.sh | 2 +- e3372-dhcp-setting.sh | 2 +- e3372-readsms-xmlstarlet.sh | 2 +- e3372-readsms.sh | 2 +- e3372-reboot.sh | 2 +- e3372-sendsms.sh | 2 +- e3372-stats.sh | 2 +- e3372.sh | 2 +- 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 -- cgit v1.2.3