mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-22 17:06:29 +00:00
Fix deb build overwriting config (#651)
This commit is contained in:
@@ -22,7 +22,7 @@ mkdir -p "$deb_dir/etc/systemd/system"
|
|||||||
cp target/release/pgcat "$deb_dir/usr/bin/pgcat"
|
cp target/release/pgcat "$deb_dir/usr/bin/pgcat"
|
||||||
chmod +x "$deb_dir/usr/bin/pgcat"
|
chmod +x "$deb_dir/usr/bin/pgcat"
|
||||||
|
|
||||||
cp pgcat.toml "$deb_dir/etc/pgcat.toml"
|
cp pgcat.toml "$deb_dir/etc/pgcat.example.toml"
|
||||||
cp pgcat.service "$deb_dir/etc/systemd/system/pgcat.service"
|
cp pgcat.service "$deb_dir/etc/systemd/system/pgcat.service"
|
||||||
|
|
||||||
(cat control | envsubst) > "$deb_dir/DEBIAN/control"
|
(cat control | envsubst) > "$deb_dir/DEBIAN/control"
|
||||||
|
|||||||
Reference in New Issue
Block a user