1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Move directory setup/mods.d to local

This commit is contained in:
downtownallday
2020-06-11 21:18:05 -04:00
parent 27c1b93bcf
commit 1f35e9ef91
6 changed files with 13 additions and 14 deletions

View File

@@ -1,2 +0,0 @@
*
!.gitignore

View File

@@ -150,9 +150,11 @@ fi
#
# Run setup mods
#
for mod in $(ls setup/mods.d | grep -v '~$'); do
setup/mods.d/$mod
done
if [ -d local ]; then
for mod in $(ls local | grep -v '~$'); do
local/$mod
done
fi
# Done.
echo