Replace #!/bin/bash shebang with #!/usr/bin/env bash

This commit is contained in:
John Parton 2021-03-09 10:19:29 -06:00 committed by goonix
parent e7d4806a9e
commit 1e44d65aab
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2020 Private Internet Access, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2020 Private Internet Access, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2020 Private Internet Access, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2020 Private Internet Access, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Remove process and route information when connection closes
rm -rf /opt/piavpn-manual/pia_pid /opt/pia-manual/route_info

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Remove process and route information when connection closes
rm -rf /opt/piavpn-manual/pia_pid /opt/pia-manual/route_info

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Write gateway IP for reference
echo $route_vpn_gateway > /opt/piavpn-manual/route_info

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Write gateway IP for reference
echo $route_vpn_gateway > /opt/piavpn-manual/route_info

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2020 Private Internet Access, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2020 Private Internet Access, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy