summaryrefslogtreecommitdiff
path: root/kvmd/helpers/remount
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/helpers/remount')
-rw-r--r--kvmd/helpers/remount/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/helpers/remount/__init__.py b/kvmd/helpers/remount/__init__.py
index 5c833a39..9ea2889d 100644
--- a/kvmd/helpers/remount/__init__.py
+++ b/kvmd/helpers/remount/__init__.py
@@ -119,3 +119,4 @@ def main() -> None:
_mkdir(path)
if storage.user:
_chown(path, storage.user)
+ _log(f"Storage in the {'RW' if rw else 'RO'}-mode now")