mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-07 16:17:23 +01: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
|
||||
# Use this script to make an archive of the contents of all
|
||||
# of the configuration files we edit with editconf.py.
|
||||
for fn in $(grep -hr editconf.py setup | sed "s/tools\/editconf.py //" | sed "s/ .*//" | sort | uniq); do
|
||||
|
||||
Reference in New Issue
Block a user