Skip to content

Commit

Permalink
Update publisher to later
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Aug 2, 2023
1 parent dd2b3f5 commit 74677f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file modified _gencontinuous.sh
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions _updatePublisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,16 @@ if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then

curl -L $gencont_sh_url -o /tmp/_gencontinuous.new
cp /tmp/_gencontinuous.new _gencontinuous.sh
chmod +x _gencontinuous.sh
rm /tmp/_gencontinuous.new

curl -L $gen_sh_url -o /tmp/_genonce.new
cp /tmp/_genonce.new _genonce.sh
chmod +x _genonce.sh
rm /tmp/_genonce.new

curl -L $update_sh_url -o /tmp/_updatePublisher.new
cp /tmp/_updatePublisher.new _updatePublisher.sh
chmod +x _updatePublisher.sh
rm /tmp/_updatePublisher.new
fi

0 comments on commit 74677f1

Please sign in to comment.