remove colon from filename

This commit is contained in:
Sven R
2020-02-21 13:58:45 +01:00
parent fd90a21777
commit a0b522c48e

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