We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70d5e25 + b06ddec commit a5d0011Copy full SHA for a5d0011
bin/v-backup-user
@@ -69,7 +69,7 @@ while [ "$la" -ge "$BACKUP_LA_LIMIT" ]; do
69
done
70
71
# Creating temporary directory
72
-tmpdir=$(mktemp -p /tmp -d)
+tmpdir=$(mktemp -p $BACKUP -d)
73
74
if [ "$?" -ne 0 ]; then
75
echo "Can't create tmp dir $tmpdir" |$SENDMAIL -s "$subj" $email $notify
0 commit comments