From 60934b7a8207ed4d807ba0f3a6ff2fff6a9159da Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Thu, 28 Mar 2019 10:22:57 -0500 Subject: [PATCH] Combine two commands into one. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f660c39..96f6477 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,7 @@ The default user name and password for the web UI is 'vagrant'. 2. After you run the above command if you were to get a `"kernel mismatch error"`. To get past this error please run the below commands: - `vagrant ssh ohpc` - - `uname -r` + `vagrant ssh ohpc -c "uname -r"` Copy and paste this kernel version in the group_vars/all to update the kernel version in the `build_kernel_ver` variable. -- GitLab