Release 1.18.2 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2020-04-08 12:08:12 -07:00
parent c96a2179b5
commit 71802d2a28
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## 1.18.2 2020-04-08 <hyun007 @ github>
### Changed
- Rework to allow passwords with spaces in them for MariaDB / MySQL
## 1.18.1 2020-03-14 <dave at tiredofit dot ca>
### Changed

View File

@@ -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

View File

@@ -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