Skip to content
Snippets Groups Projects
Commit 36fa7e7e authored by Peter Senna Tschudin's avatar Peter Senna Tschudin
Browse files

Update message for psdk -s


Previous message was confusing as if -s would overwrite the
configuration file found on the persistent storage. This patch improves
the message.

Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@collabora.com>
parent 9949f0d3
No related branches found
No related tags found
No related merge requests found
......@@ -420,7 +420,7 @@ def persistent_to_conf(persistent_conf_file):
command = ["sudo", "ln", "-sf", persistent_conf_file, conf_file]
_run(command)
print("Configuration file moved to persistent storage. From now on, " +\
print("Using configuration file found on persistent storage. From now on, " +\
"changes made to {} will be saved on the persistent storage.".format(conf_file))
def scan_persistent_etc():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment