mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
pst: changed data root to /var/lib/kvmd/pst
This commit is contained in:
parent
3837e1a1c8
commit
0c213add4a
@ -50,7 +50,7 @@ class PstServer(HttpServer): # pylint: disable=too-many-arguments,too-many-inst
|
||||
|
||||
super().__init__()
|
||||
|
||||
self.__data_path = os.path.join(fstab.find_pst().root_path, "data")
|
||||
self.__data_path = fstab.find_pst().root_path
|
||||
self.__ro_retries_delay = ro_retries_delay
|
||||
self.__ro_cleanup_delay = ro_cleanup_delay
|
||||
self.__remount_cmd = remount_cmd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user