mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-01 02:44:19 +00:00
Fix comment
This commit is contained in:
parent
d42207d521
commit
9e79fd68e0
@ -847,7 +847,7 @@ runner_install() {
|
|||||||
# depending on how the archive was created
|
# depending on how the archive was created
|
||||||
first_filepath="$(stdbuf -oL tar -tzf "$tmp_dir/$runner_file" | head -n 1)"
|
first_filepath="$(stdbuf -oL tar -tzf "$tmp_dir/$runner_file" | head -n 1)"
|
||||||
|
|
||||||
# Download and extract the runner
|
# Extract the runner
|
||||||
case "$first_filepath" in
|
case "$first_filepath" in
|
||||||
# If the files in the archive begin with ./ there is no subdirectory
|
# If the files in the archive begin with ./ there is no subdirectory
|
||||||
./*)
|
./*)
|
||||||
|
Loading…
Reference in New Issue
Block a user