QORTector-scripts/start-qortal.sh
crowetic 7e75c13eac
Update start-qortal.sh
added sleep to ensure shutdown fully takes place.
2024-01-09 11:54:04 -08:00

6 lines
51 B
Bash

#!/bin/bash
cd qortal
./stop.sh
sleep 3
./start.sh