Commit 5aaba82e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: fix synology-chat

parent fc572387
......@@ -9,7 +9,7 @@ DESCRIPTION='Synology Chat Client from the official site'
[ "$VERSION" = "*" ] && VERSION="[0-9]*"
urldir="$(epm tool eget --list https://archive.synology.com/download/Utility/ChatClient "/$VERSION-"' | head -n1)"
urldir="$(epm tool eget --list https://archive.synology.com/download/Utility/ChatClient "/$VERSION-*" | head -n1)"
[ -n "$urldir" ] || fatal "Can't get dir for $VERSION version on https://archive.synology.com/download/Utility/ChatClient"
# use temp dir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment