mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:16:27 +00:00
fix: enable debug mode
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
set -x
|
||||||
# Constants
|
# Constants
|
||||||
NOCO_HOME="./nocodb"
|
NOCO_HOME="./nocodb"
|
||||||
CURRENT_PATH=$(pwd)
|
CURRENT_PATH=$(pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user