1 |
diff -Nur --no-dereference smeserver-automysqlbackup-3.0.RC6.old/root/etc/e-smith/events/actions/automysqlbackup smeserver-automysqlbackup-3.0.RC6/root/etc/e-smith/events/actions/automysqlbackup |
2 |
--- smeserver-automysqlbackup-3.0.RC6.old/root/etc/e-smith/events/actions/automysqlbackup 2021-04-16 22:46:59.259000000 -0400 |
3 |
+++ smeserver-automysqlbackup-3.0.RC6/root/etc/e-smith/events/actions/automysqlbackup 1969-12-31 19:00:00.000000000 -0500 |
4 |
@@ -1,21 +0,0 @@ |
5 |
-#!/bin/bash |
6 |
- |
7 |
- |
8 |
- |
9 |
-#check if mysql55 is instelled and enabled, if yes expand sql/init55 and restar mysql55-mysql.init |
10 |
-#status55=`/sbin/e-smith/db configuration getprop mysql55-mysqld status|| echo "disabled"` |
11 |
-#if [ $status55 == "enabled" ]; then |
12 |
-# /sbin/e-smith/expand-template /etc/e-smith/sql/init55/automysqlbackup |
13 |
-# /sbin/e-smith/service mysql55-mysql.init restart |
14 |
-#fi |
15 |
-#check if mysql57 is installed and enabled, if yes expand sql/init57 and restar mysql57-mysql.init |
16 |
-#status57=`/sbin/e-smith/db configuration getprop mysql57-mysqld status|| echo "disabled"` |
17 |
-#if [ $status57 == "enabled" ]; then |
18 |
-# /sbin/e-smith/expand-template /etc/e-smith/sql/init57/automysqlbackup |
19 |
-# /sbin/e-smith/service mysql57-mysql.init restart |
20 |
-#fi |
21 |
-# for SME10 MySQL is mariadb - no need for various options |
22 |
- /sbin/e-smith/expand-template /etc/e-smith/sql/init/automysqlbackup |
23 |
- /usr/bin/systemctl restart mysql.init |
24 |
- |
25 |
- |