longer sleep after finishing dl

This commit is contained in:
CerberusV1
2024-10-12 17:53:43 +02:00
parent fae80ee372
commit a32cb2e381

View File

@@ -131,7 +131,7 @@ PID=$!
echo "Download finished." echo "Download finished."
) & ) &
wait $PID wait $PID
sleep 2 sleep 6
# -------------------------------------------------------- # --------------------------------------------------------
# Installing Server # Installing Server