Skip to content

Commit

Permalink
changing output from /dev/null to a dump file
Browse files Browse the repository at this point in the history
  • Loading branch information
a9sk committed Sep 11, 2024
1 parent 3938483 commit 30493bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RED='\033[0;31m'
NC='\033[0m' # No Color

MAINDIR=$(pwd)
OUTPUT="/dev/null"
OUTPUT="dump.log"
DEFAULT_OPENSSL_VERSION="1.0.1u"
OPENSSL_VERSION_LIST=(
"0.9.8"
Expand Down

0 comments on commit 30493bc

Please sign in to comment.