wasabi_program.sh: use bash instead of sh

This commit is contained in:
oldmud0 2020-05-20 19:08:38 +00:00
parent 7754175206
commit 2cf5a046ca

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# Updates the specified program manifest to a new archive and version # Updates the specified program manifest to a new archive and version
# and uploads the new archive and manifest to S3/Wasabi. # and uploads the new archive and manifest to S3/Wasabi.
# #