mirror of
https://github.com/alvierahman90/gohookr.git
synced 2024-11-21 22:49:53 +00:00
Don't overwrite existing user configs
This commit is contained in:
parent
6cacc65013
commit
0953baae50
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ install:
|
|||||||
go build -o gohookr
|
go build -o gohookr
|
||||||
cp gohookr /usr/local/bin/
|
cp gohookr /usr/local/bin/
|
||||||
cp gohookr.service /usr/lib/systemd/system/
|
cp gohookr.service /usr/lib/systemd/system/
|
||||||
cp config.json /etc/gohookr.json
|
cp -n config.json /etc/gohookr.json
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl enable --now gohookr
|
systemctl enable --now gohookr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user