summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index cc0f550..7fb4cd5 100755
--- a/setup.sh
+++ b/setup.sh
@@ -120,7 +120,7 @@ run_now=${run_now:-"y"}
if [ $run_now == "y" ]; then
echo "Running the server..."
echo "This is going to take a while..."
- docker-compose -f $filename up -d
+ ./run.sh $filename
else
echo "Perfect! You can run the server later using the following command:"
echo ""
@@ -135,6 +135,8 @@ fi
# Cleaning up...
# ============================================================================================
+cp setup.sh $install_location
+
printf "\033c"
echo "========================================================"