Change shebang of bootstrap to /usr/bin/env to be more cross-platform

This commit is contained in:
AdminXVII 2020-05-02 17:54:37 +00:00 committed by Jeremy Soller
parent 71ab21071d
commit fcde2ae5aa

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
##########################################################
# This function is simply a banner to introduce the script