mirror of
https://github.com/linuxserver/docker-budge.git
synced 2026-02-04 20:28:18 +08:00
fixed copy/paste var name error:
This commit is contained in:
parent
3f48094fb2
commit
7c18c44f3c
@ -25,7 +25,7 @@ RUN \
|
||||
sqlite && \
|
||||
echo "**** install budge ****" && \
|
||||
mkdir -p /app/budge && \
|
||||
if [ -z ${NOTEMARKS_RELEASE+x} ]; then \
|
||||
if [ -z ${BUDGE_RELEASE+x} ]; then \
|
||||
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/commits/main" \
|
||||
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
||||
fi && \
|
||||
|
||||
@ -25,7 +25,7 @@ RUN \
|
||||
sqlite && \
|
||||
echo "**** install budge ****" && \
|
||||
mkdir -p /app/budge && \
|
||||
if [ -z ${NOTEMARKS_RELEASE+x} ]; then \
|
||||
if [ -z ${BUDGE_RELEASE+x} ]; then \
|
||||
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/commits/main" \
|
||||
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
||||
fi && \
|
||||
|
||||
@ -25,7 +25,7 @@ RUN \
|
||||
sqlite && \
|
||||
echo "**** install budge ****" && \
|
||||
mkdir -p /app/budge && \
|
||||
if [ -z ${NOTEMARKS_RELEASE+x} ]; then \
|
||||
if [ -z ${BUDGE_RELEASE+x} ]; then \
|
||||
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/commits/main" \
|
||||
| awk '/sha/{print $4;exit}' FS='[""]'); \
|
||||
fi && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user