This is an automated email from the ASF dual-hosted git repository. rubys pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit ef82dffc73ab7b541c0bae9bc74fe6f142d5c9b0 Author: Sam Ruby <[email protected]> AuthorDate: Tue Nov 26 07:51:26 2019 -0500 open the whimsy page when done --- config/setupmymac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/setupmymac b/config/setupmymac index 997ac1e..5d0efdd 100755 --- a/config/setupmymac +++ b/config/setupmymac @@ -286,4 +286,6 @@ if Process.uid == 0 elsif restart_apache `apachectl restart` end +else + system 'open http://whimsy.local/' end
