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 --- smeserver-automysqlbackup-3.0.RC6.old/root/etc/e-smith/events/actions/automysqlbackup 2021-04-16 22:46:59.259000000 -0400 +++ smeserver-automysqlbackup-3.0.RC6/root/etc/e-smith/events/actions/automysqlbackup 1969-12-31 19:00:00.000000000 -0500 @@ -1,21 +0,0 @@ -#!/bin/bash - - - -#check if mysql55 is instelled and enabled, if yes expand sql/init55 and restar mysql55-mysql.init -#status55=`/sbin/e-smith/db configuration getprop mysql55-mysqld status|| echo "disabled"` -#if [ $status55 == "enabled" ]; then -# /sbin/e-smith/expand-template /etc/e-smith/sql/init55/automysqlbackup -# /sbin/e-smith/service mysql55-mysql.init restart -#fi -#check if mysql57 is installed and enabled, if yes expand sql/init57 and restar mysql57-mysql.init -#status57=`/sbin/e-smith/db configuration getprop mysql57-mysqld status|| echo "disabled"` -#if [ $status57 == "enabled" ]; then -# /sbin/e-smith/expand-template /etc/e-smith/sql/init57/automysqlbackup -# /sbin/e-smith/service mysql57-mysql.init restart -#fi -# for SME10 MySQL is mariadb - no need for various options - /sbin/e-smith/expand-template /etc/e-smith/sql/init/automysqlbackup - /usr/bin/systemctl restart mysql.init - -