Skip to content

Commit

Permalink
Small script fix for shebang, which to type
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Grady <[email protected]>
  • Loading branch information
1000TurquoisePogs committed Jun 14, 2019
1 parent 568c91a commit d0df970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bin/nodeCluster.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
# This program and the accompanying materials are
# made available under the terms of the Eclipse Public License v2.0 which accompanies
# this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
Expand Down Expand Up @@ -133,8 +133,8 @@ export minWorkers=2

echo Show Environment
env
echo Show which node
which node
echo Show location of node
type node


echo Starting node
Expand Down
2 changes: 1 addition & 1 deletion bin/nodeServer.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
# This program and the accompanying materials are
# made available under the terms of the Eclipse Public License v2.0 which accompanies
# this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
Expand Down

0 comments on commit d0df970

Please sign in to comment.