Skip to content

Commit e12e403

Browse files
committed
Update resources
1 parent 3a17ba5 commit e12e403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.backup_fs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function fs_backup() {
190190

191191
for i in "${!FS_SRC[@]}"; do [[ -e "${FS_SRC[i]}" ]] || unset 'FS_SRC[i]'; done
192192
[[ ! -d "${dst}" ]] && mkdir -p "${dst}"; cd "${dst}" || _msg "${msg[0]}" "Directory '${dst}' not found!"
193-
{ tar -cf - "${FS_SRC[@]}" | xz | _enc "${dst}/${file}" && _sum "${dst}/${file}"; } \
193+
{ { tar -cf - "${FS_SRC[@]}" | xz | _enc "${dst}/${file}"; } && _sum "${dst}/${file}"; } \
194194
|| { _mail "${msg[@]}"; _gitlab "${msg[@]}"; _msg "${msg[0]}" "${msg[2]}"; }
195195
}
196196

0 commit comments

Comments
 (0)