From 67d9746c9806827e54626f0c4ec96c49c9d1a946 Mon Sep 17 00:00:00 2001 From: Gregory Bartholomew Date: Jan 12 2022 23:01:35 +0000 Subject: Make link in final status line clickable --- diff --git a/run.sh b/run.sh index 4ab2743..9b6bad6 100755 --- a/run.sh +++ b/run.sh @@ -75,6 +75,6 @@ $WP theme activate fedoramagazine $WP plugin install yet-another-related-posts-plugin --activate $WP plugin install co-authors-plus --activate -echo "wordpress is listening on localhost:$HOSTPORT; press ctrl-c to stop" +echo "wordpress is listening on http://localhost:$HOSTPORT/; press ctrl-c to stop" sleep infinity