修改: spark-dwine-helper/pkg/opt/deepinwine/tools/spark_run_v4.sh

修改:     spark-dwine-helper/pkg/opt/durapps/spark-dwine-helper/set-dwine-scale.sh
This commit is contained in:
2022-05-30 16:36:25 +08:00
parent 5c8e0b5fc1
commit edec88363e
2 changed files with 31 additions and 11 deletions

View File

@@ -539,7 +539,7 @@ RunApp()
DeployApp | progressbar $BOTTLENAME "初始化$BOTTLENAME中..."
fi
############# WARNING: Here is the modified content: Now will run set-dwine-scale.sh
/opt/durapps/spark-dwine-helper/set-dwine-scale.sh
/opt/durapps/spark-dwine-helper/set-dwine-scale.sh "$WINEPREFIX"
CallApp "$@"
}