mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-13 09:02:21 +08:00
fix-变量
This commit is contained in:
parent
708d8866ac
commit
d07f2a5fa4
1
debian/changelog
vendored
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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user