Skip to content

Commit

Permalink
fixes setup
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jan 6, 2025
1 parent f569e49 commit 4f98616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superexport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ create_secretreader_sh_file
# reading passwords out of secrets #
####################################
if [[ "$(uname)" == 'Darwin' ]]; then
mac_reading_passwords_out_of_secrets $secretreader $secretname $2 $3
mac_reading_passwords_out_of_secrets "$1" "$secretname" "$2" "$3"
elif [[ "$(uname)" == 'Linux' ]]; then
linux_reading_passwords_out_of_secrets $secretreader $1 $secretname
linux_reading_passwords_out_of_secrets "$1" "$secretname"
fi

####################################
Expand Down

0 comments on commit 4f98616

Please sign in to comment.