QORTector-scripts/start-qortal-ui-at-boot.sh
2021-04-09 17:55:22 -07:00

6 lines
164 B
Bash

#!/bin/sh
cd UI/qortal-ui
#screen -d -S Qortal-UI -m yarn run server -L UI-start.log
screen -d -S Qortal-UI -m yarn run server
echo Qortal UI should have started