./lib/commands/init/system_settings_model.rb in p4util-0.4 vs ./lib/commands/init/system_settings_model.rb in p4util-0.4.1

- old
+ new

@@ -98,16 +98,16 @@ p4.run_password(super_user.password, super_pwd) super_user.password = super_pwd p4.password = super_user.password - p4.run_login + p4.run_login('-p') else # Just create the user super_user.execute(p4) if super_user.password p4.password = super_user.password - p4.run_login + p4.run_login('-p') end end end def create_default_protections(p4) \ No newline at end of file