cache/main,user

This commit is contained in:
Marc Beninca 2025-07-10 02:25:31 +02:00
parent 0cf3266af0
commit 7d607f1c61
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -285,7 +285,8 @@ EOF
# cache main modules
while IFS= read -r module; do
# cache main module
_rwx_code="${_rwx_code}#. ${module}
rwx_code_cache_main="${rwx_code_cache_main}\
#. ${module}
$(cat "${rwx_main_root}/${module}.${RWX_MAIN_EXTENSION}")
"
done <<EOF
@ -294,7 +295,8 @@ EOF
# cache user modules
while IFS= read -r module; do
# cache user module
_rwx_code="${_rwx_code}#. ${module}
rwx_code_cache_user="${rwx_code_cache_user}\
#. ${module}
$(cat "${rwx_code_root}/${module}.${RWX_MAIN_EXTENSION}")
"
done <<EOF