mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
fix local setup script
This commit is contained in:
parent
0800eb639e
commit
83cc486eda
9 changed files with 46 additions and 48 deletions
|
|
@ -10,9 +10,9 @@ COTURN_OUTPUT_DIR="$OUTPUT_ROOT/coturn"
|
|||
CERTS_DIR="${DOGRAH_INIT_CERTS_DIR:-/certs}"
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
. "$SCRIPT_DIR/lib/remote_common.sh"
|
||||
. "$SCRIPT_DIR/lib/setup_common.sh"
|
||||
|
||||
DOGRAH_REMOTE_PROJECT_DIR="$WORKSPACE_DIR"
|
||||
DOGRAH_DEPLOY_PROJECT_DIR="$WORKSPACE_DIR"
|
||||
|
||||
mkdir -p "$NGINX_OUTPUT_DIR" "$COTURN_OUTPUT_DIR"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue