Skip to content

Commit 71802d2

Browse files
committed
Release 1.18.2 - See CHANGELOG.md
1 parent c96a217 commit 71802d2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.18.2 2020-04-08 <hyun007 @ github>
2+
3+
### Changed
4+
- Rework to allow passwords with spaces in them for MariaDB / MySQL
5+
16
## 1.18.1 2020-03-14 <dave at tiredofit dot ca>
27

38
### Changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Dave Conroy
3+
Copyright (c) 2020 Dave Conroy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

install/etc/s6/services/10-db-backup/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/with-contenv bash
22

3-
source /assets/functions/*
3+
for s in /assets/functions/*; do source $s; done
44
PROCESS_NAME="db-backup"
55

66
date >/dev/null

0 commit comments

Comments
 (0)