This commit is contained in:
modehua 2023-01-18 11:01:55 +08:00
parent d3d5c631a0
commit 4a1bff3a55
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ then
if [ -d "$FIND_FILE/$syspath" ]; if [ -d "$FIND_FILE/$syspath" ];
then then
echo "$(date):mount is succeed and cp dpkg" echo "$(date):mount is succeed and cp dpkg"
echo "$password|sudo -S cp -rf backup/dpkg/$mainverstr.$minver $FIND_FILE/$syspath" echo $password|sudo -S cp -rf backup/dpkg/$mainverstr.$minver $FIND_FILE/$syspath
fi fi
fi fi