Skip to content

Commit

Permalink
lemmy: fix update.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Apr 21, 2022
1 parent b4a6c73 commit 76b6862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/servers/web-apps/lemmy/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# TODO set to `verbose` or `extdebug` once implemented in oil
shopt --set xtrace
# we need failures inside of command subs to get the correct dependency sha256
shopt --unset inherit_errexit

const directory = $(dirname $0 | xargs realpath)
const owner = "LemmyNet"
Expand Down

0 comments on commit 76b6862

Please sign in to comment.