We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bb8a7 commit 79043cbCopy full SHA for 79043cb
1 file changed
yadm
@@ -540,6 +540,7 @@ function move_file() {
540
541
mv -f "$temp_file" "$output"
542
copy_perms "$input" "$output"
543
+ [ "$(config --bool yadm.template-read-only)" == "true" ] && chmod -w "$output"
544
}
545
546
# ****** yadm Commands ******
0 commit comments