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.
1 parent dc3807c commit 2a409e0Copy full SHA for 2a409e0
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 $BACKUP -d)
+tmpdir=$(mktemp -p /tmp -d)
73
if [ "$?" -ne 0 ]; then
74
echo "Can't create tmp dir $tmpdir" |$SENDMAIL -s "$subj" $email $notify
75
check_result $E_NOTEXIST "can't create tmp dir"
0 commit comments