removed -i from shebang

This commit is contained in:
Ryan Bakkes 2022-10-05 01:21:24 +02:00
parent ca247164ea
commit d85ea6c5d4

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash -i
#!/usr/bin/env bash
# set -e
set -u