Merge pull request #164 from hackacad/bastille_export_fix

remove colon from filename
This commit is contained in:
Christer Edwards
2020-02-21 07:30:22 -07:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ error_notify()
jail_export()
{
# Attempt to export the container
DATE=$(date +%F-%H:%M:%S)
DATE=$(date +%F-%H%M%S)
if [ -d "${bastille_jailsdir}/${TARGET}" ]; then
if [ "${bastille_zfs_enable}" = "YES" ]; then
if [ ! -z "${bastille_zfs_zpool}" ]; then