diff --git a/software/erp5/instance-tidstorage.cfg.in b/software/erp5/instance-tidstorage.cfg.in
index d1147ac3997c5472abac2cd85da53e2ab437c1c7..9d1fae2c994a1c94e32392af552291ed863ac7fd 100644
--- a/software/erp5/instance-tidstorage.cfg.in
+++ b/software/erp5/instance-tidstorage.cfg.in
@@ -519,7 +519,7 @@ configuration-file = ${directory:apache-conf}/apache-{{ backend_name }}.conf
 access-control-string = {{ backend_configuration['access-control-string'] }}
 pid-file = ${directory:run}/apache-{{ backend_name }}.pid
 lock-file = ${directory:run}/apache-{{ backend_name }}.lock
-ssl-session-cache = $${directory:log}/apache-ssl-session-cache
+ssl-session-cache = ${directory:log}/apache-ssl-session-cache
 error-log = ${directory:log}/apache-{{ backend_name }}-error.log
 access-log = ${directory:log}/apache-{{ backend_name }}-access.log
 apache-binary = {{ parameter_dict['apache'] }}/bin/httpd
diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg
index 3290ff742fb5f98f22309632b25cc5b8504e20f5..4270fc27820c99fdc48ac54906da3cb4584b316e 100644
--- a/software/erp5/software.cfg
+++ b/software/erp5/software.cfg
@@ -120,7 +120,7 @@ extra-context =
 [template-tidstorage]
 recipe = slapos.recipe.build:download
 url = ${:_profile_base_location_}/instance-tidstorage.cfg.in
-md5sum = da0fdf4d18943406061345a2639effd4
+md5sum = 83c8c69526413814a09c6ee7ddb77d70
 mode = 640
 
 [template-cloudooo]