Skip to content
Snippets Groups Projects
Verified Commit 62e61cf7 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Merge branch 'hotfix/list-base-fix-finished-string' into bugfix/list-base-fix-finished-string

parents 42778b3e 2526a7d7
Branches
Tags
1 merge request!377Turris OS 5.2 (HBK)
......@@ -108,7 +108,7 @@ end
if version_match and installed and installed["shield-support"] and
version_match(installed["shield-support"].version, "<2.2.0") then
Install("fix-all-lan-ports-in-lan")
Package("fix-all-lan-ports-in-lan", { replan = finished })
Package("fix-all-lan-ports-in-lan", { replan = "finished" })
end
-- Transmission previously implemented multiple variants but that was later
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment