fix: syntax error

This commit is contained in:
Zitao Xiong
2024-03-30 17:54:23 +08:00
parent 3c2c34ecab
commit 9ec61a28a0

View File

@@ -24,8 +24,6 @@ arch="$(arch_name)"
try_mv() {
if [ -f "$1" ]; then
mv "$1" "$2"
else
# echo "File $1 does not exist"
fi
}