summaryrefslogtreecommitdiffstats
path: root/tools/development/setup-local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/development/setup-local.sh')
-rwxr-xr-xtools/development/setup-local.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/development/setup-local.sh b/tools/development/setup-local.sh
index 94a115d..aa4874f 100755
--- a/tools/development/setup-local.sh
+++ b/tools/development/setup-local.sh
@@ -1,6 +1,6 @@
#!/bin/bash
# ============LICENSE_START=======================================================
-# Copyright (C) 2021-2022 NOKIA
+# Copyright (C) 2021-2022 Nokia. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ source ./env/containers_ip
sed -i 's/datarouter-mariadb/'$MARIADB_IP'/g' $SCRIPT_DIR/dr-mount/provserver.properties
-docker-compose -f $SCRIPT_DIR/docker-compose.yml up -d mariadb node files-publisher
+docker-compose -f $SCRIPT_DIR/docker-compose.yml up -d mariadb node files-publisher sftp
echo "Waiting for MariaDB to come up healthy..."
for i in {1..30}; do