- Rebuild for updates,

- Rename file_disenable function into file_disable.
This commit is contained in:
Arnaud G. GIBERT 2025-11-28 10:01:41 +01:00
parent c8b8c35970
commit e64e12a8dd
3 changed files with 11 additions and 2 deletions

View File

@ -30,7 +30,7 @@ cateval()
\n\
export -f cateval \n\
\n\
file_disenable() \n\
file_disable() \n\
{ \n\
fd_file="$1" \n\
fd_state="$2" \n\

View File

@ -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
------------------------------------------------------------------------------------------------------------------------------------

View File

@ -18,7 +18,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
IMG_NAME="base"
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_URL_PREFIX="${ORG_URL_PREFIX}"