修改: spark-dwine-helper/pkg/opt/durapps/spark-dwine-helper/spark-get-scale.sh

This commit is contained in:
2022-05-31 12:39:31 +08:00
parent 931bcc5909
commit 27727cc5eb

View File

@@ -19,7 +19,8 @@ echo 1.0 > ~/.config/spark-wine/scale.txt
exit
fi
if [ -f "~/.config/spark-wine/scale.txt" ];then
real_path=echo ~/.config/spark-wine/scale.txt
if [ -f "$real_path" ];then
echo "设置过了,直接读"
exit
fi