mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 00:45:46 -04:00
fix: removed space typo
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ RUN chmod +rwx 'kindlegen'
|
|||||||
RUN rm kindlegen.tar.gz
|
RUN rm kindlegen.tar.gz
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
if [ -z ${MOD_VERSION } ]; then \
|
if [ -z ${MOD_VERSION} ]; then \
|
||||||
echo "MOD_VERSION is not set. Fetching from GitHub..."; \
|
echo "MOD_VERSION is not set. Fetching from GitHub..."; \
|
||||||
MOD_VERSION=$(curl -s "https://api.github.com/repos/ciromattia/kcc/releases/latest" | jq -rc ".tag_name"); \
|
MOD_VERSION=$(curl -s "https://api.github.com/repos/ciromattia/kcc/releases/latest" | jq -rc ".tag_name"); \
|
||||||
else \
|
else \
|
||||||
|
|||||||
Reference in New Issue
Block a user