mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
pst remount helper
This commit is contained in:
@@ -103,6 +103,9 @@ def main() -> None:
|
||||
if app == "kvmd-helper-otgmsd-remount":
|
||||
target = "otgmsd"
|
||||
dirs = ["images", "meta"]
|
||||
elif app == "kvmd-helper-pst-remount":
|
||||
target = "pst"
|
||||
dirs = ["data"]
|
||||
else:
|
||||
raise SystemExit("Unknown application target")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user