diff options
-rwxr-xr-x | al32-mktorrent.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al32-mktorrent.sh b/al32-mktorrent.sh index 4cfd22b..f1ea667 100755 --- a/al32-mktorrent.sh +++ b/al32-mktorrent.sh @@ -95,6 +95,7 @@ function create_torrent_for_arch () { echo -e "$fg_reset${fg_bold}Create magnet link...$fg_reset" magnet_link="$(transmission-show --magnet "$iso_string.torrent")" + "${0%/*}/update-website" --magnet-"$arch" "$magnet_link" echo "$magnet_link" echo -e "$fg_reset${fg_bold}Create RSS feed files...$fg_reset" |