Skip to content

Commit

Permalink
Corrects path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesiscoding committed Apr 11, 2023
1 parent 83c95ec commit e67618d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0
v2.0.1
2 changes: 1 addition & 1 deletion core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
[ -z "$libsMacUser" ] && libsMacUser="$USER"

# shellcheck source=./_errors.sh disable=SC2164
source "$( cd "$(/usr/bin/dirname "${BASH_SOURCE[0]}")" ; /bin/pwd -P )/errors.sh"
source "$( cd "$(/usr/bin/dirname "${BASH_SOURCE[0]}")" ; /bin/pwd -P )/_errors.sh"
2 changes: 1 addition & 1 deletion root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# */

# shellcheck source=./_errors.sh disable=SC2164
source "$( cd "$(/usr/bin/dirname "${BASH_SOURCE[0]}")" ; /bin/pwd -P )/errors.sh"
source "$( cd "$(/usr/bin/dirname "${BASH_SOURCE[0]}")" ; /bin/pwd -P )/_errors.sh"

function user::init::console() {
libsMacUser=$(echo "show State:/Users/ConsoleUser" | /usr/sbin/scutil | /usr/bin/awk '/Name :/ && ! /loginwindow/ { print $3 }')
Expand Down

0 comments on commit e67618d

Please sign in to comment.