Bit cooler message at the end of the migration

This commit is contained in:
Alexandre Aubin 2018-05-09 02:41:56 +02:00
parent 4f9901c861
commit a00e8a02a5

View file

@ -213,8 +213,8 @@ class MyMigration(Migration):
wait_until_end_of_yunohost_command = "(while [ -f {} ]; do sleep 2; done)".format(MOULINETTE_LOCK)
command = "({} && {}; echo 'Done!') &".format(wait_until_end_of_yunohost_command,
upgrade_command)
command = "({} && {}; echo 'Migration complete!') &".format(wait_until_end_of_yunohost_command,
upgrade_command)
logger.debug("Running command :\n{}".format(command))