Browse Source

fix: Change shebang to `sh` (conform to dev guide)

pull/3991/head
Ian Grant 3 years ago
parent
commit
85bb20108a
  1. 2
      deploy/hpilo.sh

2
deploy/hpilo.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
# Deploy script for HPE iLO4
#

Loading…
Cancel
Save