From 23ed6127920405a287188ae4b549a2a5bff7fdf0 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 27 Nov 2020 18:15:47 -0500 Subject: [PATCH] add note about re-running welcome wizard --- welcome.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/welcome.rb b/welcome.rb index 12c2476..f687407 100644 --- a/welcome.rb +++ b/welcome.rb @@ -152,6 +152,7 @@ puts puts "please come stop by chat when you get a chance by running the 'chat' command" unless enable_byobu puts "we're happy to help as needed and get you any information you're looking for" puts "have a look at our wiki: https://tilde.club/wiki/ (ctrl-click will let you open that from here)" +puts "if you need to run this wizard again, you can do so with the `firstlogin` command" File.delete("#{Dir.home}/.new_user") if enable_byobu