add silentmysqlBackup.sh
This commit is contained in:
parent
483be827ce
commit
b279399927
1 changed files with 7 additions and 0 deletions
7
silentmysqlBackup.sh
Executable file
7
silentmysqlBackup.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
scriptpdir="$(dirname "$(realpath "$0")")"
|
||||||
|
|
||||||
|
chronic "$scriptpdir/mysqlBackup.sh"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue