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 79043cb commit b4e76f2Copy full SHA for b4e76f2
yadm
@@ -540,7 +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"
+ [ "$(config --bool yadm.template-read-only)" == "true" ] && chmod a-w "$output"
544
}
545
546
# ****** yadm Commands ******
0 commit comments