fix-变量

This commit is contained in:
shenmo 2023-08-14 12:11:06 +08:00
parent 708d8866ac
commit d07f2a5fa4
2 changed files with 2 additions and 1 deletions
debian
tool/ss-feedback

1
debian/changelog vendored

@ -2,6 +2,7 @@ spark-store (4.2.7) stable; urgency=medium
* 修复:更新星火商店后禁止更新提醒的配置失效
* 新增:支持在设置中关闭平台不兼容提示
* 调整:更改了下载量统计的方式,减少漏数
-- shenmo <shenmo@spark-app.store> Sun, 5 Mar 2022 11:45:14 +0800

@ -41,7 +41,7 @@ fi
echo $STORE_URL/$APP_LOCATION
curl -X POST -H "Content-Type: application/json" -d '{"path": "$STORE_URL/$APP_LOCATION"}' http://zunyun01.store.deepinos.org.cn:38324/handle_post
curl -X POST -H "Content-Type: application/json" -d '{"path": "'"${STORE_URL}/${APP_LOCATION}"'"}' http://zunyun01.store.deepinos.org.cn:38324/handle_post