Browse Source

Add missing exclamation mark in shebang line (#1966)

pull/1970/head
Günther Grill 7 years ago
committed by Matthew Mosesohn
parent
commit
421e73b87c
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/bootstrap-os/files/bootstrap.sh

2
roles/bootstrap-os/files/bootstrap.sh

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
set -e
BINDIR="/opt/bin"

Loading…
Cancel
Save