mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/mender: add missing double quote in service file
There was a missing double quotes that would prevent the service from starting. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Tested-by: Angelo Compagnucci <angelo@amarulasolutions.com> Acked-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7ad4cb3a5e
commit
93321e5f16
@ -12,7 +12,7 @@ if [ -L /var/lib/mender \
|
|||||||
if rm -f /var/lib/mender >/dev/null 2>&1; then \
|
if rm -f /var/lib/mender >/dev/null 2>&1; then \
|
||||||
mkdir -p /var/lib/mender; \
|
mkdir -p /var/lib/mender; \
|
||||||
else \
|
else \
|
||||||
echo "No persistent location to store mender data. Data will be lost\
|
echo "No persistent location to store mender data. Data will be lost" \
|
||||||
echo "at reboot. Are you sure this is what you want to do?"; \
|
echo "at reboot. Are you sure this is what you want to do?"; \
|
||||||
mkdir -p "$(readlink /var/lib/mender)"; \
|
mkdir -p "$(readlink /var/lib/mender)"; \
|
||||||
fi; \
|
fi; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user