- Rebuild for updates,
- Rename file_disenable function into file_disable.
This commit is contained in:
parent
c8b8c35970
commit
e64e12a8dd
@ -30,7 +30,7 @@ cateval()
|
|||||||
\n\
|
\n\
|
||||||
export -f cateval \n\
|
export -f cateval \n\
|
||||||
\n\
|
\n\
|
||||||
file_disenable() \n\
|
file_disable() \n\
|
||||||
{ \n\
|
{ \n\
|
||||||
fd_file="$1" \n\
|
fd_file="$1" \n\
|
||||||
fd_state="$2" \n\
|
fd_state="$2" \n\
|
||||||
|
|||||||
@ -1,3 +1,12 @@
|
|||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
Rx3-Docker/Base V 1.3.6 - A. GIBERT - 2025/11/28
|
||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Rebuild for updates,
|
||||||
|
- Rename file_disenable function into file_disable.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
Rx3-Docker/Base V 1.3.5 - A. GIBERT - 2025/09/19
|
Rx3-Docker/Base V 1.3.5 - A. GIBERT - 2025/09/19
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
2
env.dist
2
env.dist
@ -18,7 +18,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
|
|||||||
|
|
||||||
IMG_NAME="base"
|
IMG_NAME="base"
|
||||||
IMG_NAME_FULL="Rx3-Docker/Base Docker Image"
|
IMG_NAME_FULL="Rx3-Docker/Base Docker Image"
|
||||||
IMG_VERSION="1.3.5-mga9"
|
IMG_VERSION="1.3.6-mga9"
|
||||||
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
||||||
|
|
||||||
IMG_URL_PREFIX="${ORG_URL_PREFIX}"
|
IMG_URL_PREFIX="${ORG_URL_PREFIX}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user