Update install.sh

(Debug step 7 start XO)
This commit is contained in:
Antho 2022-05-05 20:29:26 +00:00
parent 7280fd06b3
commit f36327d628

View File

@ -97,7 +97,8 @@ step_7_xo_running() {
echo "---------------------------------------------------------------------" echo "---------------------------------------------------------------------"
echo "${Yellow}Starting step 7 running XO${NORMAL}" echo "${Yellow}Starting step 7 running XO${NORMAL}"
echo "" echo ""
yarn start yarn global add forever
forever start dist/cli.mjs
echo "${Green}Step 7 completed${NORMAL}" echo "${Green}Step 7 completed${NORMAL}"
echo "" echo ""
} }