Skip to content

Commit

Permalink
Cleaned out indicators and libraries. Added logging to sushi-config.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeaduncan committed Aug 3, 2023
1 parent 0fb6272 commit d85ced7
Show file tree
Hide file tree
Showing 125 changed files with 5 additions and 27,170 deletions.
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
16 changes: 0 additions & 16 deletions input/resources/library/library-IMMZDT01.json

This file was deleted.

Loading

0 comments on commit d85ced7

Please sign in to comment.