mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-19 05:21:40 +08:00
修改: 变量名字修改防止出错
This commit is contained in:
@@ -19,8 +19,8 @@ echo 1.0 > ~/.config/spark-wine/scale.txt
|
||||
exit
|
||||
fi
|
||||
|
||||
real_path=echo ~/.config/spark-wine/scale.txt
|
||||
if [ -f "$real_path" ];then
|
||||
real_path_of_the_fucking_scale_txt=echo ~/.config/spark-wine/scale.txt
|
||||
if [ -f "$real_path_of_the_fucking_scale_txt" ];then
|
||||
echo "设置过了,直接读"
|
||||
exit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user