Skip to content

Commit

Permalink
Merge pull request #71 from Aquila-Network/develop
Browse files Browse the repository at this point in the history
fix script
  • Loading branch information
admin-adb authored Dec 21, 2020
2 parents e8d01dc + 45b7d1d commit 406d2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ openssl genrsa -passout pass:1234 -des3 -out /ossl/private.pem 2048
openssl rsa -passin pass:1234 -in /ossl/private.pem -outform PEM -pubout -out /ossl/public.pem
openssl rsa -passin pass:1234 -in /ossl/private.pem -out /ossl/private_unencrypted.pem -outform PEM

cd ~/adb/src
if [[ $test -eq 1 ]]; # if tests enabled
then
cd ~/adb/src
chmod +x run_tests.sh
./run_tests.sh
else
Expand Down

0 comments on commit 406d2d9

Please sign in to comment.