Skip to content
Snippets Groups Projects
Commit 2469656d authored by intrigeri's avatar intrigeri
Browse files

preinst: use "set -e" in the script body instead of in the shebang.

Detected by Lintian's maintainer-script-without-set-e check.
parent 1afff51a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
#!/bin/sh
set -e
# Remove the erroneous /etc/logrotate.d/backupninja directory if it exists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment