Project

General

Profile

Actions

Bug #2371

open

epgd-tool: Zeile 16: mysqld=mariadb: Kommando nicht gefunden.

Added by marco over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
04/06/2016
Due date:
% Done:

0%

Estimated time:

Description

epgd-tool wird unter Fedora nicht ausgeführt, da der Variablen Wert falsch gesetzt wird.
Bitte Patch anwenden.

--- epgd-tool.orig    2016-04-06 08:33:01.175264447 +0200
+++ epgd-tool    2016-04-06 08:33:18.189908512 +0200
@@ -13,7 +13,7 @@
 if [ $DISTRI == Fedora ] ; then
   MY_CNF="/etc/my.cnf" 
   if [ $RELEASE -gt 21 ] ; then
-    "$MY_DB_SV"="mariadb" 
+    MY_DB_SV="mariadb" 
   fi
 fi 

Actions

Also available in: Atom PDF