You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/11/26 13:09:16 UTC

[whimsy] 01/02: open the whimsy page when done

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 <ru...@intertwingly.net>
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