mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
mysql tried to remove a tmpfile that didn't exist, fixed check for this
This commit is contained in:
parent
d568f305fd
commit
c8ebca79ad
@ -3,6 +3,7 @@ version 0.9.4 -- unreleased
|
||||
mysql, pgsql, svn: fixed inversed vsname emptyness check
|
||||
mysql:
|
||||
. Fixed improper use of $vuserhome (Debian: #351083)
|
||||
. Fixed erroneous removal of tmpfile when it didn't exit
|
||||
lib changes
|
||||
vserver:
|
||||
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
|
||||
|
@ -277,7 +277,7 @@ fi
|
||||
fi
|
||||
|
||||
# clean up tmp config file
|
||||
if [ "$dbusername" != "" ]
|
||||
if [ "$dbusername" != "" -a "$dbpassword" != "" ]
|
||||
then
|
||||
## clean up tmp config file
|
||||
debug "rm $mycnf"
|
||||
|
Loading…
Reference in New Issue
Block a user