Skip to content

Commit

Permalink
Merge pull request #252 from dtaylor84/patch-1
Browse files Browse the repository at this point in the history
README: prevent shell expansion of $nrconf in example
  • Loading branch information
liske authored Aug 23, 2022
2 parents baf5e54 + 2cf3d18 commit 273bb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.raspberry.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ is a configuration option in needrestart to filter the kernel image filenames to
ignore the unused image files. To filter the kernel image on a RPi 2 or RPi 3:

```shell
$ cat << EOF > /etc/needrestart/conf.d/kernel.conf
$ cat << 'EOF' > /etc/needrestart/conf.d/kernel.conf
# Filter kernel image filenames by regex. This is required on Raspian having
# multiple kernel image variants installed in parallel.
$nrconf{kernelfilter} = qr(kernel7\.img);
Expand Down

0 comments on commit 273bb3e

Please sign in to comment.