diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-22 23:14:34 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-22 23:14:34 +0300 |
commit | c8fb7cd3987d3128bcee5962a5af4cd282add24e (patch) | |
tree | eadf4cfd30bce458c4110731bce60eb86a3f746e /e3372-clear-traffic-stats.sh | |
parent | eef310f16a2c491848878948629b94a023c3b39a (diff) |
fix include
Diffstat (limited to 'e3372-clear-traffic-stats.sh')
-rwxr-xr-x | e3372-clear-traffic-stats.sh | 2 |
1 files changed, 1 insertions, 1 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 |