Alexandros Ioannides 7 лет назад
Родитель
Сommit
cd61896176
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/v-restore-user

+ 1 - 1
bin/v-restore-user

@@ -230,7 +230,7 @@ while [ "$la" -ge "$BACKUP_LA_LIMIT" ]; do
 done
 
 # Creating temporary directory
-tmpdir=$(mktemp -p /tmp -d)
+tmpdir=$(mktemp -p $BACKUP -d)
 if [ "$?" -ne 0 ]; then
     echo "Can't create tmp dir $tmpdir" |$SENDMAIL -s "$subj" $email $notify
     sed -i "/ $user /d" $VESTA/data/queue/backup.pipe