- Disabled unused plugins and re-enabled CGO.
- Fixed test script
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit f712dc311e
)
7 lines
74 B
Bash
7 lines
74 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
"rclone")
|
|
rclone version | grep "$2"
|
|
;;
|
|
esac
|