chore: changed NOCO_HOME to ./nocodb

This commit is contained in:
Rohit T P
2024-05-07 09:22:59 +00:00
parent 1e12f0b49b
commit 67acbf21f9
14 changed files with 14 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ ORANGE='\033[0;33m'
BOLD='\033[1m'
NC='\033[0m'
NOCO_HOME="${HOME}/.nocodb"
NOCO_HOME="./nocodb"
# ***************** GLOBAL VARIABLES END ***********************************
# ******************************************************************************