]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix echo target for superuser file in Debian postinst
authorMichael Marley <michael@michaelmarley.com>
Fri, 26 Apr 2024 17:50:17 +0000 (13:50 -0400)
committerFlole <Flole998@users.noreply.github.com>
Fri, 26 Apr 2024 17:57:22 +0000 (19:57 +0200)
commit73a6bd00d29421da04be5e1c41b2097fdc9c148b
treef8845b837759e0d0569a5606a10ea4b01ce34098
parentc42043188e73057cf9f5db0aefaed38f8384bbe8
Fix echo target for superuser file in Debian postinst

aba5e60792177d6a2a867445559f4806973b3258 was causing the username
and password to get printed to the console instead of being put in
the correct file.  Also, use the modern $() syntax instead of ``
and quote all variable assignments.
debian/tvheadend.postinst