diff --git a/Scripts/Bash/Cli/Functions/Identity/identity_getActions.sh b/Scripts/Bash/Cli/Functions/Identity/identity_getActions.sh index c80a2fc..3365a65 100644 --- a/Scripts/Bash/Cli/Functions/Identity/identity_getActions.sh +++ b/Scripts/Bash/Cli/Functions/Identity/identity_getActions.sh @@ -124,7 +124,7 @@ function identity_getActions { # content is rendered. local ARTCONF=$(echo "$ACTIONVAL" \ | sed -r -e 's!/(Identity)!/Scripts/Bash/Cli/Functions/Identity/Config/\1!' \ - -e "s!Motifs/$(cli_getPathComponent '--theme')/?!!") + -e "s!/Motifs/$(cli_getPathComponent '--theme')!!" ) # Check directory of pre-rendition configuration script. cli_checkFiles "$ARTCONF" 'd'