Update start-qortal.sh

added sleep to ensure shutdown fully takes place.
This commit is contained in:
crowetic 2024-01-09 11:54:04 -08:00 committed by GitHub
parent 226586d28d
commit 7e75c13eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
#!/bin/bash
cd qortal
./stop.sh
sleep 3
./start.sh