Skip to content

Commit e58d69f

Browse files
authored
Fix deb build overwriting config (#651)
1 parent e76d720 commit e58d69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/deb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mkdir -p "$deb_dir/etc/systemd/system"
2222
cp target/release/pgcat "$deb_dir/usr/bin/pgcat"
2323
chmod +x "$deb_dir/usr/bin/pgcat"
2424

25-
cp pgcat.toml "$deb_dir/etc/pgcat.toml"
25+
cp pgcat.toml "$deb_dir/etc/pgcat.example.toml"
2626
cp pgcat.service "$deb_dir/etc/systemd/system/pgcat.service"
2727

2828
(cat control | envsubst) > "$deb_dir/DEBIAN/control"

0 commit comments

Comments
 (0)