add note about re-running welcome wizard

This commit is contained in:
Ben Harris 2020-11-27 18:15:47 -05:00
parent 0b3f6cfb2c
commit 23ed612792
1 changed files with 1 additions and 0 deletions

View File

@ -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 "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 "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 "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") File.delete("#{Dir.home}/.new_user")
if enable_byobu if enable_byobu