Skip to content

Commit

Permalink
Unit test - Temporarily disable shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Apr 9, 2022
1 parent 538f3ea commit a482caa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions op-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ done

github_url='https://raw.githubusercontent.com'

# disable 'shellcheck' in favour of 'openssl3'
unset -v enable_shellcheck
if [ "$enable_shellcheck" ]; then

if [ -e "shellcheck" ] && [ "$EASYRSA_NIX" ]; then
Expand Down

0 comments on commit a482caa

Please sign in to comment.