diff options
author | erkin <e.altunbas@vyos.io> | 2021-03-15 09:51:13 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2021-03-15 09:51:13 +0300 |
commit | 7db0687288a8712558ab500832be922ef5db659a (patch) | |
tree | 54c0d59bc1b4d0e87f093aee3f274724e9053837 | |
parent | 1094d83956393c8815c95f09ddf0dcc732007dd8 (diff) | |
download | vyos-1x-7db0687288a8712558ab500832be922ef5db659a.tar.gz vyos-1x-7db0687288a8712558ab500832be922ef5db659a.zip |
Add shebang line to strip-private
-rwxr-xr-x | src/helpers/strip-private.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helpers/strip-private.py b/src/helpers/strip-private.py index 51d0d0aa4..23761e578 100755 --- a/src/helpers/strip-private.py +++ b/src/helpers/strip-private.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + # Copyright 2021 VyOS maintainers and contributors <maintainers@vyos.io> # # This library is free software; you can redistribute it and/or |