Skip to content

Commit

Permalink
feat: ./serve.sh starts other services
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Feb 17, 2024
1 parent 689153e commit 2db6956
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ while true; do
while true; do
cargo run --bin vrsctl $@ ./scripts/launcher.ll >/dev/null 2>&1
if [ $? -eq 0 ]; then
echo "Successfully started launcher.ll"
echo "Launching Services"

cargo run --bin vrsctl $@ ./scripts/chat.ll >/dev/null 2>&1
cargo run --bin vrsctl $@ ./scripts/system_appearance.ll >/dev/null 2>&1
break
fi
sleep 2
Expand Down

0 comments on commit 2db6956

Please sign in to comment.