We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b193b0c commit fea8e83Copy full SHA for fea8e83
install-linux.sh
@@ -15,7 +15,7 @@ if [[ $(id -u) -ne 0 ]]; then
15
else
16
17
rm -f /usr/bin/dpxcli
18
- cp dpxcli /usr/bin/dpxcli
+ mv dpxcli /usr/bin/dpxcli
19
echo "Installed successfully"
20
21
fi
0 commit comments