diff --git a/bin/backuptool b/bin/backuptool index efc4ba6..8c1aa2b 100755 --- a/bin/backuptool +++ b/bin/backuptool @@ -402,6 +402,7 @@ fi # Grab the MySQL pass we need for dumping backups [ -d "/federated/apps/pdnsmysql" ] && MYSQL_PASSWORD=`cat /federated/apps/pdnsmysql/.env | grep MYSQL_ROOT_PASSWORD | awk -F= '{ print $2 }'` +mkdir -p /federated/tmp # If -d is specified then run delete backup [ $RUN_DELETE ] && delete_backup