diff --git a/README.md b/README.md index b990d94..c470b24 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Options: ### Download this application -This application requires to be run under a Linux user with **non-password sudo permission** (`%runners ALL=(ALL) NOPASSWD:ALL`). It's also fine to run this application by `root`: +This application requires to be run under a Linux user with **non-password sudo permission** (e.g., `%runners ALL=(ALL) NOPASSWD:ALL`). It's also fine to run this application by `root`: ```bash git clone https://github.com/vbem/multi-runners.git @@ -95,7 +95,7 @@ If environment variable `MR_RELEASE_URL` is empty, this application will downloa ./mr.bash download ``` -If limited by slow download speed, you can also manually download it to `/tmp/`, and set the `MR_RELEASE_URL` env as `/tmp/actions-runner-linux-x64-2.345.6.tar.gz`. +If your Linux host is Internet bandwidth limited, you can also manually upload it from laptop to `/tmp/`, and set the `MR_RELEASE_URL` env in `.env` file, e.g. `/tmp/actions-runner-linux-x64-2.345.6.tar.gz`. ### GitHub Enterprise Server editions diff --git a/mr.bash b/mr.bash index 2ba6115..f134e3c 100755 --- a/mr.bash +++ b/mr.bash @@ -317,7 +317,7 @@ function mr::delRunner { token="$(mr::pat2token "$enterprise" "$org" "$repo")" fi - log::_ INFO "Deleting runner and local user '$user'" + log::_ INFO "Deleting runner and local user '$user' with enterprise='$enterprise' org='$org' repo='$repo'" run::logFailed sudo su --login "$user" -- <<-__ cd runner sudo ./svc.sh stop && sudo ./svc.sh uninstall