Skip to content

Commit e56133e

Browse files
author
damien cavagnini
committed
fix: sed command in readme
due to issue [#307](#307)
1 parent 15c4df1 commit e56133e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Do not forget to specify in comment if it's a bonus check (suggested by CIS but
164164
Code your check explaining what it does then if you want to test
165165

166166
```console
167-
$ sed -i "s/status=.+/status=enabled/" etc/conf.d/99.99_custom_script.cfg
167+
$ sed -i --follow-symlinks "s/status=.+/status=enabled/" etc/conf.d/99.99_custom_script.cfg
168168
$ ./bin/hardening/99.99_custom_script.sh
169169
```
170170
## :sparkles: Functional testing

0 commit comments

Comments
 (0)