Skip to content

Commit

Permalink
shellcheck warning: remove 'function' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Laupretre committed Aug 19, 2023
1 parent dce0e94 commit e009ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can also provide your own shell script if your gateway is not supported yet.
* [Outputs](#outputs)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: flaupretre, at: Tue Jul 25 12:09:57 UTC 2023 -->
<!-- Added by: flaupretre, at: Sat Aug 19 14:30:13 UTC 2023 -->

<!--te-->

Expand Down
4 changes: 2 additions & 2 deletions tunnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ret=0

#---

function ps_is_busybox()
ps_is_busybox()
{
[ "$(readlink /bin/ps)" = "/bin/busybox" ]
}
#---

function process_is_up()
process_is_up()
{
local pid ret

Expand Down

0 comments on commit e009ebf

Please sign in to comment.