Procházet zdrojové kódy

Replace /tmp with $BACKUP

/tmp size is not enough for larger websites.
Alexandros Ioannides před 7 roky
rodič
revize
b06ddecbc1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      bin/v-backup-user

+ 1 - 1
bin/v-backup-user

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