Skip to content

Commit

Permalink
fix greenprint function issue
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Jan 2, 2024
1 parent 7a0bf06 commit ad20ef2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fido-test/fdo-postgres.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash
set -euox pipefail

# Colorful output.
function greenprint {
echo -e "\033[1;32m${1}\033[0m"
}

POSTGRES_IP=192.168.200.2
FDO_MANUFACTURING_ADDRESS=192.168.200.50
FDO_OWNER_ONBOARDING_ADDRESS=192.168.200.51
Expand Down

0 comments on commit ad20ef2

Please sign in to comment.