This commit is contained in:
modehua 2022-09-29 09:12:09 +08:00
parent da233350d1
commit f06f1371b0
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ getismount
if [ $ismount == 0 ];then if [ $ismount == 0 ];then
if [ -d "$FIND_FILE/$syspath" ];then if [ -d "$FIND_FILE/$syspath" ];then
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