Browse Source

update: remove `set -x`

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 3 years ago
parent
commit
a873a3697f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      update.sh

+ 1
- 1
update.sh

@ -1,6 +1,6 @@
#!/bin/sh
set -ux
set -u
cd "$(dirname "$0")"

Loading…
Cancel
Save