vaultwarden-web/package_all.sh
Robin Schneider 6eb8d22be6
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!
2019-12-26 00:07:37 +01:00

21 lines
343 B
Bash
Executable file

#!/bin/bash
export UPLOAD_VAULT="n"
export WEB_REF="v2.5.0"
bash package_web_vault.sh
export WEB_REF="v2.6.0"
bash package_web_vault.sh
export WEB_REF="v2.6.1"
bash package_web_vault.sh
export WEB_REF="v2.7.0"
bash package_web_vault.sh
export WEB_REF="v2.7.1"
bash package_web_vault.sh
export WEB_REF="v2.8.0"
bash package_web_vault.sh