We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a8a75 commit d392ae0Copy full SHA for d392ae0
1 file changed
install_scripts.sh
@@ -80,7 +80,7 @@ compare_and_copy() {
80
else
81
echo "File has changed in the PR"
82
fi
83
- cp "$source_file" "$destination_file"
+ cp --preserve=mode "$source_file" "$destination_file"
84
echo "File $source_file copied to $destination_file"
85
86
case $? in
0 commit comments