forked from altcloud/fence-virt
Don't overwrite config files
This commit is contained in:
parent
1e3ee504f9
commit
ab2917fa71
@ -46,6 +46,8 @@ clean:
|
||||
rm -f ${TARGETS} *~ *.o testprog config.tab.c config.tab.h config.c
|
||||
|
||||
install:
|
||||
install -m 0644 example.conf /etc/fence_virt.conf
|
||||
if [ ! -f /etc/fence_virt.conf ]; then
|
||||
install -m 0644 example.conf /etc/fence_virt.conf
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user