mirror of
https://github.com/pia-foss/manual-connections.git
synced 2025-02-05 14:08:29 +00:00
Replace #!/bin/bash shebang with #!/usr/bin/env bash
This commit is contained in:
parent
e7d4806a9e
commit
1e44d65aab
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (C) 2020 Private Internet Access, Inc.
|
# Copyright (C) 2020 Private Internet Access, Inc.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (C) 2020 Private Internet Access, Inc.
|
# Copyright (C) 2020 Private Internet Access, Inc.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (C) 2020 Private Internet Access, Inc.
|
# Copyright (C) 2020 Private Internet Access, Inc.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (C) 2020 Private Internet Access, Inc.
|
# Copyright (C) 2020 Private Internet Access, Inc.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Remove process and route information when connection closes
|
# Remove process and route information when connection closes
|
||||||
rm -rf /opt/piavpn-manual/pia_pid /opt/pia-manual/route_info
|
rm -rf /opt/piavpn-manual/pia_pid /opt/pia-manual/route_info
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Remove process and route information when connection closes
|
# Remove process and route information when connection closes
|
||||||
rm -rf /opt/piavpn-manual/pia_pid /opt/pia-manual/route_info
|
rm -rf /opt/piavpn-manual/pia_pid /opt/pia-manual/route_info
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Write gateway IP for reference
|
# Write gateway IP for reference
|
||||||
echo $route_vpn_gateway > /opt/piavpn-manual/route_info
|
echo $route_vpn_gateway > /opt/piavpn-manual/route_info
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Write gateway IP for reference
|
# Write gateway IP for reference
|
||||||
echo $route_vpn_gateway > /opt/piavpn-manual/route_info
|
echo $route_vpn_gateway > /opt/piavpn-manual/route_info
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (C) 2020 Private Internet Access, Inc.
|
# Copyright (C) 2020 Private Internet Access, Inc.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (C) 2020 Private Internet Access, Inc.
|
# Copyright (C) 2020 Private Internet Access, Inc.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user