mirror of https://bitbucket.org/ausocean/av.git
init: fix cp line in make
This commit is contained in:
parent
d859dcbf4e
commit
c81fb90587
|
@ -59,7 +59,7 @@ hard_copy_files:
|
||||||
if [ -f /etc/systemd/system/rv.service ] ; then \
|
if [ -f /etc/systemd/system/rv.service ] ; then \
|
||||||
echo "/etc/systemd/system/rv.service overwritten" ; \
|
echo "/etc/systemd/system/rv.service overwritten" ; \
|
||||||
fi
|
fi
|
||||||
cp -f cp rv.service /etc/systemd/system
|
cp -f rv.service /etc/systemd/system
|
||||||
systemctl enable rv.service
|
systemctl enable rv.service
|
||||||
chmod +x pi_run.sh
|
chmod +x pi_run.sh
|
||||||
if [ -f /etc/netsender.conf ] ; then \
|
if [ -f /etc/netsender.conf ] ; then \
|
||||||
|
|
Loading…
Reference in New Issue