You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
375 B
4 lines
375 B
#!/bin/sh
|
|
|
|
sed -i 's:^#$smarty_cache_dir.*:$smarty_cache_dir = "/var/cache/self-service-password/cache";:' debian/self-service-password/usr/share/self-service-password/conf/config.inc.php
|
|
sed -i 's:^#$smarty_compile_dir.*:$smarty_compile_dir = "/var/cache/self-service-password/templates_c";:' debian/self-service-password/usr/share/self-service-password/conf/config.inc.php
|