From 71802d2a28dec3dd2fe272910bc1659613e5088e Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Wed, 8 Apr 2020 12:08:12 -0700 Subject: [PATCH] Release 1.18.2 - See CHANGELOG.md --- CHANGELOG.md | 5 +++++ LICENSE | 2 +- install/etc/s6/services/10-db-backup/run | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c855d..6dc4b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.18.2 2020-04-08 + + ### Changed + - Rework to allow passwords with spaces in them for MariaDB / MySQL + ## 1.18.1 2020-03-14 ### Changed diff --git a/LICENSE b/LICENSE index 6a30d48..d333478 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 Dave Conroy +Copyright (c) 2020 Dave Conroy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/install/etc/s6/services/10-db-backup/run b/install/etc/s6/services/10-db-backup/run index 17a3b06..619f612 100755 --- a/install/etc/s6/services/10-db-backup/run +++ b/install/etc/s6/services/10-db-backup/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bash -source /assets/functions/* +for s in /assets/functions/*; do source $s; done PROCESS_NAME="db-backup" date >/dev/null