Skip to content

Commit

Permalink
build(fix): Closes #759
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jan 16, 2025
1 parent cc61b31 commit bab6941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if [ ! -e ".env.example" ] ; then
fi
env_file=".env"

if ! openssl &> /dev/null
if ! openssl --help &> /dev/null
then
echo -e "${RED}Could not run openssl. Please check if openssl is correctly installed."
exit 1
Expand Down

0 comments on commit bab6941

Please sign in to comment.