Skip to content

Commit

Permalink
update init script
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhuish committed Nov 16, 2023
1 parent 4c43ec1 commit 2dda861
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ function register_if_need() {

function wait_for_warp_ready() {

echo "------------------------------"
echo -e "\n\n------------------------------"
echo "Waiting for WARP service..."
echo "------------------------------"
echo -e "------------------------------\n\n"

sleep 1

Expand All @@ -58,9 +58,9 @@ function wait_for_warp_ready() {

done

echo "------------------------------"
echo -e "\n\n------------------------------"
echo "WARP service started!"
echo "------------------------------"
echo -e "------------------------------\n\n"
}

function run_after_warp_ready() {
Expand Down

0 comments on commit 2dda861

Please sign in to comment.