diff options
Diffstat (limited to 'scripts/bugreport-journals.py')
-rwxr-xr-x | scripts/bugreport-journals.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bugreport-journals.py b/scripts/bugreport-journals.py index d66ddfba..bb4d9f24 100755 --- a/scripts/bugreport-journals.py +++ b/scripts/bugreport-journals.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """ Collect systemd-journal log entries around time of daemon exit and coredumps. """ |