1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 17:44:11 +02:00

dont polute store_app

This commit is contained in:
Robin Appelman 2026-03-06 00:48:12 +01:00
commit bf7a8d9a34
3 changed files with 12 additions and 5 deletions

View file

@ -320,10 +320,7 @@ impl Cloud {
})
.chain(once(
[
(
String::from("path"),
Value::from("/var/www/html/store_apps"),
),
(String::from("path"), Value::from("/var/www/store_apps")),
(String::from("url"), Value::from("/store_apps")),
(String::from("writable"), Value::from(true)),
]