mirror of
https://github.com/MrUnknownDE/netstack-backuptools-bash.git
synced 2026-04-24 17:23:52 +02:00
Bugfix sqlfile variable
This commit is contained in:
@@ -158,7 +158,7 @@ do
|
|||||||
if [ $? == "0" ]
|
if [ $? == "0" ]
|
||||||
then
|
then
|
||||||
echo -n " done " >> $mailtext
|
echo -n " done " >> $mailtext
|
||||||
sqlfile=$backupdir/$db'_'$date1.sql
|
sqlfile=$backupdir/mysql/$db'_'$date1.sql
|
||||||
echo " " >> $mailtext
|
echo " " >> $mailtext
|
||||||
else
|
else
|
||||||
echo -n " Error " >> $mailtext
|
echo -n " Error " >> $mailtext
|
||||||
|
|||||||
Reference in New Issue
Block a user