mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 07:45:27 +00:00
chore: changed NOCO_HOME to ./nocodb
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "$NOCO_HOME" ]; then
|
||||
NOCO_HOME="${HOME}/.nocodb"
|
||||
NOCO_HOME="./nocodb"
|
||||
fi
|
||||
|
||||
if [ -d "$NOCO_HOME" ]; then
|
||||
|
||||
Reference in New Issue
Block a user