fix never expire
This commit is contained in:
parent
13082c74a9
commit
3dcf670d28
3 changed files with 110 additions and 101 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue