Skip to content

Commit

Permalink
Shellcheck can safely ignore the user-specified acts.conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
assistcontrol committed Jun 14, 2019
1 parent a440d2a commit c134871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ die() {
# PART 1: Initialisation
if [ -n "$acts_conf" ]; then
if [ -f "$acts_conf" ]; then
# This file isn't expected to exist--shellcheck can ignore it
# shellcheck source=/dev/null
. "$acts_conf"
log_debug "load-config source=$acts_conf"
else
Expand Down

0 comments on commit c134871

Please sign in to comment.