Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Dec 1, 2021
1 parent 99c8cf1 commit 05e0acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions run-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ echo "Running client node..."
while :
do
echo "Checking for updates..."
git stash
STATUS=$(git pull)

echo "Running the node..."
Expand Down
1 change: 1 addition & 0 deletions run-miner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ echo "Running miner node..."
while :
do
echo "Checking for updates..."
git stash
STATUS=$(git pull)

echo "Running the node..."
Expand Down

0 comments on commit 05e0acf

Please sign in to comment.