Skip to content

Commit fea8e83

Browse files
committedApr 27, 2023
Change cp to mv
1 parent b193b0c commit fea8e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎install-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ $(id -u) -ne 0 ]]; then
1515
else
1616

1717
rm -f /usr/bin/dpxcli
18-
cp dpxcli /usr/bin/dpxcli
18+
mv dpxcli /usr/bin/dpxcli
1919
echo "Installed successfully"
2020

2121
fi

0 commit comments

Comments
 (0)
Please sign in to comment.