Skip to content
Snippets Groups Projects
Commit 5c10a804 authored by ale's avatar ale
Browse files

fix a couple of typos that were blocking the runit services from starting

parent 2cd16c55
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ override_dh_install:
install -d -o root -g root $(SVCDIR)/$$f/log ; \
install -m 755 -o root -g root $(CURDIR)/debian/services/$$f \
$(SVCDIR)/$$f/run ; \
echo -e '#!/bin/sh\nexec chpst -u log svlogd -tt /var/log/radioai/'$$f > \
echo '#!/bin/sh\nexec chpst -u log svlogd -tt /var/log/radioai/'$$f > \
$(SVCDIR)/$$f/log/run ; \
chmod 0755 $(SVCDIR)/$$f/log/run ; \
done)
......
#!/bin/sh
. /usr/share/radiod/lib.sh
. /usr/share/radioai/lib.sh
set_public_ip
set_etcd_params
......
#!/bin/sh
. /usr/share/radiod/lib.sh
. /usr/share/radioai/lib.sh
set_public_ip
set_etcd_params
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment