aboutsummaryrefslogtreecommitdiff
path: root/sbin/stop-slaves.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/stop-slaves.sh')
-rwxr-xr-xsbin/stop-slaves.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/stop-slaves.sh b/sbin/stop-slaves.sh
index 63802e6df5..c6b0b6ab66 100755
--- a/sbin/stop-slaves.sh
+++ b/sbin/stop-slaves.sh
@@ -17,10 +17,8 @@
# limitations under the License.
#
-# Starts the master on the machine this script is executed on.
-
-sbin=`dirname "$0"`
-sbin=`cd "$sbin"; pwd`
+bin=`dirname "$0"`
+bin=`cd "$sbin"; pwd`
. "$sbin/spark-config.sh"