set-podcast-url.sh: add only basename to URL
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "calcms_events.podcast_url = http://podcasts.org/files/$1"
|
filename=$(basename "$1")
|
||||||
|
echo "calcms_events.podcast_url = http://podcasts.org/files/$filename"
|
||||||
|
|||||||
Reference in New Issue
Block a user