fix never expire

This commit is contained in:
anarch3 2022-11-20 19:08:36 -05:00
parent 13082c74a9
commit 3dcf670d28
3 changed files with 110 additions and 101 deletions

View file

@ -1,12 +1,12 @@
#!/bin/bash
# Exit build script on first failure.
set -e
# Exit on unset variable.
set -u
set -x
node db.js
npm start
#!/bin/bash
# Exit build script on first failure.
set -e
# Exit on unset variable.
set -u
set -x
node db.js
npm start