Details
Description
karaf@root()> shutdown +2
Confirm: halt instance root (yes/no): yes
Error executing command: Time 2 is not valid
"++2" will work but it's not expected.
karaf@root()> shutdown ++2
Confirm: halt instance root (yes/no): yes
Shutdown in 2 minute(s)
Also, the hh:mm has not been validated.
karaf@root()> shutdown 25:62
Confirm: halt instance root (yes/no): yes
Shutdown in 851 minute(s)