added default "user-patches.sh" to the first container "mail"

This commit is contained in:
Vortex 2019-10-31 09:01:44 +01:00
parent 437d3b74cc
commit def8400c17
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
##
# This user script will be executed between configuration and starting daemons
# To enable it you must save it in your config directory as "user-patches.sh"
##
echo "Default user-patches.sh successfully executed!"