diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-24 18:28:49 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-24 18:28:49 +0100 |
commit | cb499ee9d467d31f9a75a76f668c9ca0d8a3484f (patch) | |
tree | 7711cf93c1cfcc9dde2dbf151dbfce1c87481819 | |
parent | a8f5f36a105594ab9848d009b228726aa6eb4a04 (diff) | |
download | vyos-1x-cb499ee9d467d31f9a75a76f668c9ca0d8a3484f.tar.gz vyos-1x-cb499ee9d467d31f9a75a76f668c9ca0d8a3484f.zip |
ipsec: T4288: drop leading empty line to detect runtime environment
-rwxr-xr-x | src/migration-scripts/ipsec/8-to-9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/migration-scripts/ipsec/8-to-9 b/src/migration-scripts/ipsec/8-to-9 index 209cd8ac9..eb44b6216 100755 --- a/src/migration-scripts/ipsec/8-to-9 +++ b/src/migration-scripts/ipsec/8-to-9 @@ -1,7 +1,6 @@ - #!/usr/bin/env python3 # -# Copyright (C) 2021 VyOS maintainers and contributors +# Copyright (C) 2022 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as |