Skip to content

Commit

Permalink
fixes to the general_helper.sh source
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelteil committed May 28, 2023
1 parent 3133a21 commit e7cde08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bbrf_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ RED=$(tput setaf 1) # red
YELLOW=$(tput setaf 3) # yellow
ENDCOLOR=$(tput sgr0) # reset text attributes

source general_helper.sh
# Get the directory of the script
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"

source "$script_dir"/general_helper.sh

#update program data after outscope change
#When you add a new outscope rule(s) you'd like that the program data gets updated
Expand Down

0 comments on commit e7cde08

Please sign in to comment.