mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 09:56:15 +00:00
test: test for configure/start
This commit is contained in:
12
docker-compose/setup-script/tests/install/setup.sh
Executable file
12
docker-compose/setup-script/tests/install/setup.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "$NOCO_HOME" ]; then
|
||||
NOCO_HOME="${HOME}/.nocodb"
|
||||
fi
|
||||
|
||||
if [ -d "$NOCO_HOME" ]; then
|
||||
cd "$NOCO_HOME" || exit
|
||||
docker compose down
|
||||
fi
|
||||
|
||||
rm -rf "$NOCO_HOME"
|
||||
Reference in New Issue
Block a user