diff options
author | Erich Eckner <git@eckner.net> | 2018-01-19 16:10:17 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-19 16:10:17 +0100 |
commit | fdce669fca9dc0440280f360a7b3a5d10993b00f (patch) | |
tree | 0b0dcaccd14d29b80cd6927078c0b746eb79ceba /bin/bootstrap-mysql | |
parent | db6b715b2006041692cec0c6beaa1a737fcd8bd5 (diff) | |
download | builder-fdce669fca9dc0440280f360a7b3a5d10993b00f.tar.xz |
bin/bootstrap-mysql: bugfix
Diffstat (limited to 'bin/bootstrap-mysql')
-rwxr-xr-x | bin/bootstrap-mysql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index b250086..3069863 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -226,7 +226,7 @@ fi )" \ "$( printf '%s' "${repo_path}" | \ - base64_encode_each + base64 -w0 )" \ "$( base64_encode_each < \ |