mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 09:10:15 +01:00
remove colon from filename
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user