File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ RUN \
241241 chmod -R g+w /usr/local && \
242242 groupadd lsio && \
243243 groupmod -g 7310 lsio && \
244- mv /usr/local/lib/python3.12 /usr/local/lib/python3.12. bak && \
244+ mv " /usr/local/lib/python${HA_PY_MAJOR}" " /usr/local/lib/python${HA_PY_MAJOR}. bak" && \
245245 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
246246 echo "**** cleanup ****" && \
247247 apk del --purge \
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ RUN \
241241 chmod -R g+w /usr/local && \
242242 groupadd lsio && \
243243 groupmod -g 7310 lsio && \
244- mv /usr/local/lib/python3.12 /usr/local/lib/python3.12. bak && \
244+ mv " /usr/local/lib/python${HA_PY_MAJOR}" " /usr/local/lib/python${HA_PY_MAJOR}. bak" && \
245245 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
246246 echo "**** cleanup ****" && \
247247 apk del --purge \
You can’t perform that action at this time.
0 commit comments