Skip to content

Commit

Permalink
fix bug with npm notice log
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Sep 19, 2023
1 parent e4b4a09 commit d5e662d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions subnet/deployment-generator/docker/deploy_csc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ else
exit 1
fi

line=$(tail -n 1 csc.log)
echo $line
found=$(echo $line | grep "deployed to")
found=$(cat log.log | grep -m 1 "deployed to")
echo $found

if [[ $found == '' ]]
Expand Down

0 comments on commit d5e662d

Please sign in to comment.