fix
All checks were successful
/ job (push) Successful in 2m58s

This commit is contained in:
Marc Beninca 2025-07-11 23:41:11 +02:00
parent 148a9aef96
commit 56b77357bb
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -71,9 +71,9 @@ rwx_main_main() {
${modules}
EOF
# run code module main function with found main modules
rwx_code_main "${modules}" "${@}"
rwx_code_main "${modules}"
# run shell module main function
rwx_shell_main
rwx_shell_main "${@}"
}
# run main function