summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-07 11:35:47 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-07 11:35:47 -0300
commit549a55dac6421d17e8759ab1c07c05bf1adec96d (patch)
tree90732f744b33ded27e6da9b94d82c128b4cd8d97 /setup.sh
parent9faf816060931f8622d2cac2a88a8fb35111b11b (diff)
Added run script
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 "========================================================"