removed /etc/ebusd for changed config service URL

This commit is contained in:
john30
2018-04-04 10:18:32 +02:00
parent a36174c02f
commit 6ec3ef6e4c
5 changed files with 9 additions and 26 deletions
Regular → Executable
+2 -4
View File
@@ -2,9 +2,7 @@ post_install() {
echo "Instructions:"
echo "1. Edit /etc/conf.d/ebusd if necessary"
echo " (especially if your device is not /dev/ttyUSB0)"
echo "2. Place CSV configuration files in /etc/ebusd/"
echo " (see https://github.com/john30/ebusd-configuration)"
echo "3. To start the daemon, enter 'systemctl start ebusd'"
echo "4. Check the log file /var/log/ebusd.log"
echo "2. To start the daemon, enter 'systemctl start ebusd'"
echo "3. Check the log file /var/log/ebusd.log"
}
Regular → Executable
-4
View File
@@ -28,10 +28,6 @@ WORKDIR /
RUN rm -rf /build
RUN mkdir -p /etc/ebusd \
&& curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \
| tar xz --strip-components=3 -C /etc/ebusd ebusd-configuration-master/ebusd-2.1.x/de
EXPOSE 8888
COPY runtime/docker-entrypoint.sh /
-3
View File
@@ -18,9 +18,6 @@ RUN dpkg -i ebusd.deb
RUN rm ebusd.deb
RUN curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \
| tar xz --strip-components=3 -C /etc/ebusd ebusd-configuration-master/ebusd-2.1.x/de
EXPOSE 8888
COPY docker-entrypoint.sh /
-3
View File
@@ -18,9 +18,6 @@ RUN dpkg -i ebusd.deb
RUN rm ebusd.deb
RUN curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \
| tar xz --strip-components=3 -C /etc/ebusd ebusd-configuration-master/ebusd-2.1.x/de
EXPOSE 8888
COPY docker-entrypoint.sh /