1 |
diff -ruN smeserver-automysqlbackup-3.0.RC6.old/root/sbin/e-smith/runmysqlbackup smeserver-automysqlbackup-3.0.RC6/root/sbin/e-smith/runmysqlbackup |
2 |
--- smeserver-automysqlbackup-3.0.RC6.old/root/sbin/e-smith/runmysqlbackup 2018-11-26 13:21:25.669112969 +0100 |
3 |
+++ smeserver-automysqlbackup-3.0.RC6/root/sbin/e-smith/runmysqlbackup 2018-11-26 13:21:48.495229171 +0100 |
4 |
@@ -1,6 +1,6 @@ |
5 |
#!/bin/sh |
6 |
|
7 |
-/usr/local/bin/automysqlbackup >/dev/null |
8 |
+/usr/local/bin/automysqlbackup $1 >/dev/null |
9 |
|
10 |
chown root:root /root/backup/db* -R |
11 |
find /root/backup/db* -type f -exec chmod 400 {} \; |