Skip to content

Commit

Permalink
Bugfix sqlfile variable
Browse files Browse the repository at this point in the history
  • Loading branch information
psyadm committed Mar 14, 2015
1 parent 49b8807 commit dfa3e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backuptool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfa3e06

Please sign in to comment.