lib/dreamback/initializer.rb in dreamback-0.0.8 vs lib/dreamback/initializer.rb in dreamback-0.0.9

- old
+ new

@@ -136,10 +136,10 @@ end # Ask the user for settings def self.create_new_settings settings = {} - say("#{bold("Server Where We Should Store Your Backup")}\nYour dreamhost backup-specific account will work best, but any POSIX server with rsync should work\n<%= color('Note:', BOLD)%> dreamhost does not allow you to store non-webhosted data except your BACKUP-SPECIFIC account") + say("#{bold("Server Where We Should Store Your Backup")}\nYour dreamhost backup-specific account will work best, but any POSIX server with rsync should work\n<%= color('Note:', BOLD)%> dreamhost does not allow you to store non-webhosted data anywhere except on your BACKUP-SPECIFIC account") say("You can configure your Dreamhost backup user here: https://panel.dreamhost.com/index.cgi?tree=users.backup") settings[:backup_server] = ask("Server name: ") settings[:backup_server_user] = ask(bold("Username for the backup server: ")) settings[:dreamhost_users] = [] another_user = true \ No newline at end of file