init: fix cp line in make

This commit is contained in:
Trek H 2020-05-17 00:03:34 +09:30
parent d859dcbf4e
commit c81fb90587
1 changed files with 1 additions and 1 deletions

View File

@ -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 \