diff options
author | Kefu Chai <tchaikov@gmail.com> | 2017-08-27 04:14:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 04:14:14 +0200 |
commit | 30b5b4627cb28385f442874fa8976116edaae787 (patch) | |
tree | 10f923a0e52f76322b1505fd6996a25311500f80 /systemd | |
parent | Merge pull request #17268 from liewegas/wip-21089 (diff) | |
parent | scripts: fix bash path in shebangs (diff) | |
download | ceph-30b5b4627cb28385f442874fa8976116edaae787.tar.xz ceph-30b5b4627cb28385f442874fa8976116edaae787.zip |
Merge pull request #16494 from asomers/bin_bash
misc: Fix bash path in shebangs
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/ceph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/ceph b/systemd/ceph index 6a692716887..746234b1736 100644 --- a/systemd/ceph +++ b/systemd/ceph @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash ### BEGIN INIT INFO # Provides: ceph ceph-mon ceph-osd |