Skip to content

Commit dd84086

Browse files
committed
Update bash paths
1 parent 478aae5 commit dd84086

51 files changed

Lines changed: 51 additions & 51 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

base/server/scripts/operations

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash -X
1+
#!/bin/bash -X
22

33
# From "http://fedoraproject.org/wiki/FCNewInit/Initscripts":
44
#

base/tools/bin/revoker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash -e
1+
#!/bin/bash -e
22
#
33
# Copyright Red Hat, Inc.
44
#

base/tools/src/main/shell/PKICertImport.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/bin/bash
22

33
# Copyright (C) 2018 Red Hat
44

base/tools/src/test/shell/test_PKICertImport.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/bin/bash
22

33
# 0. Globals
44
## 0.0 Paths

base/tps/bin/pki-tps-enroll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/bin/bash
22

33
TPS_CLIENT="pki tps-client"
44
TPS_HOSTNAME=$HOSTNAME

base/tps/bin/pki-tps-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/bin/bash
22

33
TPS_CLIENT="pki tps-client"
44
TPS_HOSTNAME=$HOSTNAME

base/tps/bin/pki-tps-pin-reset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/bin/bash
22

33
TPS_CLIENT="pki tps-client"
44
TPS_HOSTNAME=$HOSTNAME

tests/bin/ds-artifacts-save.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/bin/bash
22

33
INSTANCE=localhost
44
OUTPUT=

tests/bin/ds-certs-import.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash -e
1+
#!/bin/bash -e
22

33
# https://fy.blackhats.net.au/blog/html/2020/03/28/389ds_in_containers.html
44

tests/bin/ds-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash -e
1+
#!/bin/bash -e
22

33
# https://fy.blackhats.net.au/blog/html/2020/03/28/389ds_in_containers.html
44

0 commit comments

Comments
 (0)