Skip to content

Commit

Permalink
Update addport.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel committed Jan 28, 2025
1 parent a2c3fbc commit b6e8027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon_builder/utils/addport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ echo
echo -e "$YELLOW Starting your new stratum...${NC}"
bash stratum.${coinsymbollower} start ${coinsymbollower}

if [[("$CREATECOIN" == 'true')]]; then
if [[ ("$CREATECOIN" == 'true') ]]; then
echo '
COINPORT='""''"${coinport}"''""'
COINALGO='""''"${coinalgo}"''""'
Expand Down

0 comments on commit b6e8027

Please sign in to comment.