Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Fixed Installation Script Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan McCracken committed Jun 12, 2017
1 parent 76ad8d8 commit 90b2479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NetBoot/netbootInstall.sh
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
# This script controls the flow of the NetBoot installation

log "Starting NetBoot Installation"
Expand Down
2 changes: 1 addition & 1 deletion SUS/susInstall.sh
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
# This script controls the flow of the SUS installation

log "Starting SUS Installation"
Expand Down
2 changes: 1 addition & 1 deletion webadmin/webadminInstall.sh
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
# This script controls the flow of the webadmin installation

log "Starting Web Application Installation"
Expand Down

0 comments on commit 90b2479

Please sign in to comment.