BUGFIX: Bug in install.sh
install.sh linked crutial files instead of copying Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
e365e66b9f
commit
33900332b3
@ -193,11 +193,11 @@ function install_crowsnest {
|
|||||||
fi
|
fi
|
||||||
## Link webcamd.service
|
## Link webcamd.service
|
||||||
echo -en "Copying webcamd.service file ...\r"
|
echo -en "Copying webcamd.service file ...\r"
|
||||||
sudo ln -sf "${servicefile}" /etc/systemd/system/webcamd.service > /dev/null
|
sudo cp -rf "${servicefile}" /etc/systemd/system/webcamd.service > /dev/null
|
||||||
echo -e "Copying webcamd.service file ... [OK]\r"
|
echo -e "Copying webcamd.service file ... [OK]\r"
|
||||||
## Link logrotate
|
## Link logrotate
|
||||||
echo -en "Linking logrotate file ...\r"
|
echo -en "Linking logrotate file ...\r"
|
||||||
sudo ln -sf "${logrotatefile}" /etc/logrotate.d/webcamd
|
sudo cp -rf "${logrotatefile}" /etc/logrotate.d/webcamd
|
||||||
echo -e "Linking logrotate file ... [OK]\r"
|
echo -e "Linking logrotate file ... [OK]\r"
|
||||||
echo -en "Reload systemd to enable new deamon ...\r"
|
echo -en "Reload systemd to enable new deamon ...\r"
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user