init: remove a set -x for debugging
This commit is contained in:
parent
5d6fcd7a8a
commit
79c7212d00
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
|
||||||
|
|
||||||
cd /app/src/blog
|
cd /app/src/blog
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue