Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e58d69f

Browse filesBrowse files
authored
Fix deb build overwriting config (#651)
1 parent e76d720 commit e58d69f
Copy full SHA for e58d69f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎utilities/deb.sh

Copy file name to clipboardExpand all lines: utilities/deb.sh
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.