Avoid creds file overwrite
This commit is contained in:
parent
f43fca2d37
commit
5dc278405f
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ install:
|
|||
cp inotify-triggered-vm-route-creation.sh $(DESTDIR)$(prefix)/sbin/
|
||||
cp send-icmp.py $(DESTDIR)$(prefix)/sbin/
|
||||
|
||||
cp creds.example $(DESTDIR)$(prefix)/etc/proxmox-routing/creds
|
||||
cp creds.example $(DESTDIR)$(prefix)/etc/proxmox-routing/
|
||||
|
||||
cp vm-routes-creation.service $(DESTDIR)/etc/systemd/system/
|
||||
cp vm-routes-creation.logrotate $(DESTDIR)/etc/logrotate.d/vm-routes-creation.conf
|
||||
|
|
Loading…
Reference in a new issue