summaryrefslogtreecommitdiff
path: root/make_individual_torrent
diff options
context:
space:
mode:
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}\""