mirror of
https://github.com/linuxserver/docker-webgrabplus.git
synced 2026-02-19 19:52:00 +08:00
refine substitution to only strip .0
This commit is contained in:
parent
240f8d5c1f
commit
1c937500c3
@ -21,7 +21,7 @@ RUN \
|
||||
cron && \
|
||||
|
||||
# install webgrab
|
||||
WEBGRAB_BRANCH=${WEBGRAB_VER%.*} && \
|
||||
WEBGRAB_BRANCH=${WEBGRAB_VER%.0} && \
|
||||
mkdir -p \
|
||||
/app/wg++ && \
|
||||
curl -o /tmp/wg++.tar.gz -L \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user