mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Bit cooler message at the end of the migration
This commit is contained in:
parent
4f9901c861
commit
a00e8a02a5
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,8 @@ class MyMigration(Migration):
|
||||||
|
|
||||||
wait_until_end_of_yunohost_command = "(while [ -f {} ]; do sleep 2; done)".format(MOULINETTE_LOCK)
|
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,
|
command = "({} && {}; echo 'Migration complete!') &".format(wait_until_end_of_yunohost_command,
|
||||||
upgrade_command)
|
upgrade_command)
|
||||||
|
|
||||||
logger.debug("Running command :\n{}".format(command))
|
logger.debug("Running command :\n{}".format(command))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue