File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
install/etc/s6/services/10-db-backup Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2019 Dave Conroy
3+ Copyright (c) 2020 Dave Conroy
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11#!/usr/bin/with-contenv bash
22
3- source /assets/functions/*
3+ for s in /assets/functions/*; do source $s; done
44PROCESS_NAME="db-backup"
55
66date >/dev/null
You can’t perform that action at this time.
0 commit comments