1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-15 23:47:24 +02:00

Fixed SC2148: Add a shebang.

This commit is contained in:
Teal Dulcet
2023-12-21 07:30:31 -08:00
committed by Joshua Tauberer
parent 33559bb844
commit f1888f2043
6 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/bash
# Turn on "strict mode." See http://redsymbol.net/articles/unofficial-bash-strict-mode/.
# -e: exit if any command unexpectedly fails.
# -u: exit if we have a variable typo.