diff options
| author | Martin Schwenke <martin@meltin.net> | 2008-09-24 11:35:55 +1000 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2008-09-24 11:35:55 +1000 |
| commit | 773e427d11ecff275f88ae0f704a139da0d3e9fb (patch) | |
| tree | 9adb50cb5e78d51aafb89c0a021106e5f45b795b /base/root/scripts | |
| parent | 65fd72d76d37cd0045671ac54369cf5e5d144ec5 (diff) | |
setup_samba.sh needs to say #!/bin/bash, as does anything that calls
cluster_is_healthy.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/setup_samba.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/root/scripts/setup_samba.sh b/base/root/scripts/setup_samba.sh index bc57fc8..0ae0165 100755 --- a/base/root/scripts/setup_samba.sh +++ b/base/root/scripts/setup_samba.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # this sets up Samba without using the GUI. It is meant as a quick way to get setup # with an autocluster system |
