mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
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:
parent
5c9de1a66e
commit
6eb8d22be6
1 changed files with 6 additions and 6 deletions
12
package_all.sh
Normal file → Executable file
12
package_all.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue