Skip to content

Commit 8a99998

Browse files
committed
add missing >
1 parent 78d8d7a commit 8a99998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ compare_and_copy() {
8282
fi
8383
#cp --preserve=mode "$source_file" "$destination_file"
8484
# Use cat to retain existing permissions, set umask to world readable in case the target file does not yet exist.
85-
(umask 022 && cat "$source_file" "$destination_file")
85+
(umask 022 && cat "$source_file" > "$destination_file")
8686
echo "File $source_file copied to $destination_file"
8787
else
8888
case $? in

0 commit comments

Comments
 (0)