From a0b522c48e0eb54e93e2e59b526ec1bcccb3ddce Mon Sep 17 00:00:00 2001 From: Sven R Date: Fri, 21 Feb 2020 13:58:45 +0100 Subject: [PATCH] remove colon from filename --- usr/local/share/bastille/export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/export.sh b/usr/local/share/bastille/export.sh index 1e9179b7..5b902489 100644 --- a/usr/local/share/bastille/export.sh +++ b/usr/local/share/bastille/export.sh @@ -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