Skip to content

Commit

Permalink
scripts: Quiet sftp
Browse files Browse the repository at this point in the history
  • Loading branch information
schneefux committed Aug 15, 2022
1 parent ba897bb commit 2628cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
node download_maps.js
node download_translations.js
node scraper.js
sftp -r -P 2222 -i ~/.ssh/brawlbot.key brawlbot@ssh.brawltime.ninja << EOT
sftp -q -r -P 2222 -i ~/.ssh/brawlbot.key brawlbot@ssh.brawltime.ninja << EOT
put ./static/* /brawlbot/assets/
put ./out/* /brawlbot/assets/
quit
Expand Down

0 comments on commit 2628cae

Please sign in to comment.