diff options
author | Erich Eckner <git@eckner.net> | 2019-07-19 15:08:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-07-19 15:08:44 +0200 |
commit | 749c054bea7e8503dd9970936812d3642239069b (patch) | |
tree | 66f34cae8c00f199147d06201eb03aaa8a0e6be6 | |
parent | 85b62b8c6816933132bcca065f5d4918a4a328a5 (diff) | |
download | releng-749c054bea7e8503dd9970936812d3642239069b.tar.xz |
al32-mktorrent.sh: fix indentation
-rwxr-xr-x | al32-mktorrent.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/al32-mktorrent.sh b/al32-mktorrent.sh index bfd8fa8..aa88dbd 100755 --- a/al32-mktorrent.sh +++ b/al32-mktorrent.sh @@ -55,9 +55,9 @@ function create_torrent_for_arch () { done echo "${#available_mirrors[@]} mirrors available" - if [ ${#available_mirrors[@]} -eq 0 ]; then - available_mirrors=($mirrorlist) - fi + if [ ${#available_mirrors[@]} -eq 0 ]; then + available_mirrors=($mirrorlist) + fi if [ ! -f "$iso_string" ] ; then echo -e "$fg_reset${fg_bold}Downloading iso...$fg_reset" |