Fix characters in shell script

Fix: some symbols are Chinese symbols, fix them.
This commit is contained in:
Sunday 2025-02-03 20:45:10 +08:00
parent 75a2a7e6cb
commit 6610f199ee

View File

@ -134,7 +134,7 @@ check_conflict() {
echo "Error: destination file '$file' exists, use '-f' option to overwrite." >&2
exit 1
else
echo "Warningdestination file '$file' existsoverride as '-f' specified."
echo "Warning: destination file '$file' exists, override as '-f' specified."
fi
fi
}