package_web_vault.sh uses bash features -> needs to be called with bash

This is also what the Shebang says already! I assume this worked before
because sh was symlinked to bash. You should not rely on this!
This commit is contained in:
Robin Schneider 2019-12-25 22:54:30 +01:00
parent 5c9de1a66e
commit 6eb8d22be6
No known key found for this signature in database
GPG key ID: A81E8006DC95EFE6

12
package_all.sh Normal file → Executable file
View file

@ -3,19 +3,19 @@
export UPLOAD_VAULT="n"
export WEB_REF="v2.5.0"
sh package_web_vault.sh
bash package_web_vault.sh
export WEB_REF="v2.6.0"
sh package_web_vault.sh
bash package_web_vault.sh
export WEB_REF="v2.6.1"
sh package_web_vault.sh
bash package_web_vault.sh
export WEB_REF="v2.7.0"
sh package_web_vault.sh
bash package_web_vault.sh
export WEB_REF="v2.7.1"
sh package_web_vault.sh
bash package_web_vault.sh
export WEB_REF="v2.8.0"
sh package_web_vault.sh
bash package_web_vault.sh