This commit is contained in:
modehua 2022-09-30 17:34:06 +08:00
parent 4175004e25
commit a64c211142
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ if [ "$oem" == "hg" ] || [ "$oem" == "hgweb" ] || [ "$oem" == "hgso" ];then
if [ ! -d "backup/dpkg/$mainverstr.$minver/$time2/$dpkgtype" ];then if [ ! -d "backup/dpkg/$mainverstr.$minver/$time2/$dpkgtype" ];then
mkdir -p "backup/dpkg/$mainverstr.$minver/$time2/$dpkgtype/" mkdir -p "backup/dpkg/$mainverstr.$minver/$time2/$dpkgtype/"
fi fi
elif [ "$oem" == "lsc" ] || [ "$oem" == "lscweb" ] || [ "$oem" == "lscso" ];then elif [ "$oem" == "lsc" ] || [ "$oem" == "lscweb" ] || [ "$oem" == "lscso" ] || [ "$oem" == "lscsm" ];then
dpkgtype="lsc" dpkgtype="lsc"
if [ ! -d "backup/dpkg/$mainverstr.$minver/$time2/$dpkgtype" ];then if [ ! -d "backup/dpkg/$mainverstr.$minver/$time2/$dpkgtype" ];then
mkdir -p "backup/dpkg/$mainverstr.$minver/$time2/$dpkgtype/" mkdir -p "backup/dpkg/$mainverstr.$minver/$time2/$dpkgtype/"