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