Skip to content

Commit

Permalink
Merge pull request #29 from SivaMaplelabs/develop
Browse files Browse the repository at this point in the history
Fix shebang in assign-ip script
  • Loading branch information
91pavan authored Sep 6, 2018
2 parents 4bfa200 + b10437f commit 464b7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/components/assign-ip.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash

# get IP address from network interface
if [ $# -eq 0 ]
Expand Down Expand Up @@ -80,4 +80,4 @@ sudo service kafka-consumer restart >/dev/null 2>&1

echo "All done! Please go to $ip on your browser to view the Red-PNDA console"
echo
echo "Please use the Chrome incognito window or Firefox Private window to prevent any cache issues"
echo "Please use the Chrome incognito window or Firefox Private window to prevent any cache issues"

0 comments on commit 464b7b6

Please sign in to comment.