Project

General

Profile

Actions

Bug #2569

open

Helperskript epgd-tool hat kleinen Fehler

Added by Anonymous over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
Start date:
11/02/2018
Due date:
% Done:

0%

Estimated time:

Description

Hallo Jörg,

im Helperskript von epgd-tool ist ein kleiner Fehler beim Aufruf der systemctl services.
kannst du das bitte korrigieren, der Aufruf müsste wie folgend aussehen.

--- /usr/bin/epgd-tool.orig    2018-11-02 12:06:17.843192140 +0100
+++ /usr/bin/epgd-tool    2018-11-02 12:24:14.043616975 +0100
@@ -38,9 +38,9 @@
 {
   MYSQL_START="systemctl start "$MY_DB_SV"" 
   MYSQL_RESTART="systemctl restart "$MY_DB_SV"" 
-  EPGD_START="systemctl epgd start" 
-  EPGD_STOP="systemctl epgd stop" 
-  EPGD_RESTART="systemctl epgd restart" 
+  EPGD_START="systemctl start epgd" 
+  EPGD_STOP="systemctl stop epgd" 
+  EPGD_RESTART="systemctl restart epgd" 
 }

 upstart_start ()

No data to display

Actions

Also available in: Atom PDF