summaryrefslogtreecommitdiff
path: root/make_individual_torrent
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-09-25 01:09:38 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-09-25 01:09:38 -0400
commit18f5224b2b08cf07ccb3d000d5a083e8bcb500cb (patch)
tree39a9ecf9058fd76293d1a14866a4186c42cead80 /make_individual_torrent
parente5a863870bdc334c026d298a2663f65c0315273e (diff)
Normalize to the indentation settings in .editorconfig
Diffstat (limited to 'make_individual_torrent')
-rwxr-xr-xmake_individual_torrent10
1 files changed, 5 insertions, 5 deletions
diff --git a/make_individual_torrent b/make_individual_torrent
index 0200e9a..d44bb24 100755
--- a/make_individual_torrent
+++ b/make_individual_torrent
@@ -30,14 +30,14 @@ seed_url='http://repo.parabolagnulinux.org/'
if [[ -z "${1}" ]]
then
- echo "Error. First arg must be the path of the package."
- echo 1
+ echo "Error. First arg must be the path of the package."
+ echo 1
fi
if [[ -z "${2}" ]]
then
- echo "Error. Second arg must be the public location."
- echo 1
+ echo "Error. Second arg must be the public location."
+ echo 1
fi
pkg="${1}"
@@ -49,4 +49,4 @@ pkg_name="${pkg##*/}"
webseed="${seed_url}${pkg#${public_location}}"
mktorrent -a "${trackers}" "${pkg}" -w "${webseed}" >/dev/null ||
-echo "Error making torrent for \"${pkg}\""
+ echo "Error making torrent for \"${pkg}\""