Run a second command after the first completes or errors

Just use & instead of &&. The second command will be executed even if the first one fails.