fix: revert changes

This commit is contained in:
DarkPhoenix2704
2024-11-19 17:45:14 +05:30
parent 9eca2addc7
commit 8d1a3242b8
3 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -x
# Constants
NOCO_HOME="./nocodb"

View File

@@ -1,7 +1,5 @@
#!/bin/bash
export TERM=${TERM:-xterm-256color}
if [ -z "$NOCO_HOME" ]; then
NOCO_HOME="./nocodb"
fi

View File

@@ -7,7 +7,7 @@ export NOCO_HOME
setup() {
cd "${WORKING_DIR}/configure" || exit 1
TERM=xterm-256color ./setup.sh "setup"
./setup.sh "setup"
}
teardown() {