mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
feat
: exit immediately on error in pipeline
This commit is contained in:
parent
f6b02e601e
commit
98141aeb92
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
app_name=zen
|
app_name=zen
|
||||||
literal_name_of_installation_directory=".tarball-installations"
|
literal_name_of_installation_directory=".tarball-installations"
|
||||||
universal_path_for_installation_directory="$HOME/$literal_name_of_installation_directory"
|
universal_path_for_installation_directory="$HOME/$literal_name_of_installation_directory"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue