From 75e35f21ecfc7c6753dad243770c5fef0f667b14 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sat, 2 Mar 2024 19:37:05 +0000 Subject: [PATCH] updated wordpress.sh --- bin/wordpress.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/wordpress.sh b/bin/wordpress.sh index 1c866d2c..77ac9f09 100755 --- a/bin/wordpress.sh +++ b/bin/wordpress.sh @@ -42,7 +42,7 @@ Copies .htaccess settings from the adjacent file to increase upload sizes for re $WORDPRESS_HTACCESS_FILE -On Mac also opens the Wordpress URL in the default browser: +Opens the Wordpress URL in the default browser: $WORDPRESS_URL @@ -90,9 +90,7 @@ elif [ "$action" = restart ]; then exec "${BASH_SOURCE[0]}" up elif [ "$action" = ui ]; then echo "Wordpress URL: $WORDPRESS_URL" - if is_mac; then - open "$WORDPRESS_URL" - fi + open "$WORDPRESS_URL" else docker-compose "$action" "$@" echo