Skip to content

Commit

Permalink
Merge pull request #58 from 1000TurquoisePogs/bugfix/sh-scripts
Browse files Browse the repository at this point in the history
Small script fix for shebang, which to type
  • Loading branch information
1000TurquoisePogs authored Jun 26, 2019
2 parents 2e53c85 + d0df970 commit c05561d
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 c05561d

Please sign in to comment.