1
0
Fork 0
mirror of synced 2024-07-03 20:01:08 -04:00
This commit is contained in:
Tin Lai 2023-10-20 13:55:04 +00:00 committed by GitHub
commit 4436466293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
yadm
View file

@ -540,6 +540,7 @@ function move_file() {
mv -f "$temp_file" "$output"
copy_perms "$input" "$output"
[ "$(config --bool yadm.template-read-only)" == "true" ] && chmod a-w "$output"
}
# ****** yadm Commands ******