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:
committed by
Joshua Tauberer
parent
33559bb844
commit
f1888f2043
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
if [ -z "${NONINTERACTIVE:-}" ]; then
|
||||
# Install 'dialog' so we can ask the user questions. The original motivation for
|
||||
# this was being able to ask the user for input even if stdin has been redirected,
|
||||
|
||||
Reference in New Issue
Block a user