./lib/commands/init/system_settings_model.rb in p4util-0.1.3 vs ./lib/commands/init/system_settings_model.rb in p4util-0.1.4
- old
+ new
@@ -45,9 +45,10 @@
# If the security level is > 0, we generate the super_user first, change
# security, then reset the super's password. The p4 connection is
# established here with whatever credentials we end up with the super
# user as.
def execute(p4, super_user)
+ puts 'initializing system settings'
set_unicode_mode(p4)
set_security_and_super_user(p4, super_user)
create_default_protections(p4)
end
\ No newline at end of file