pull/301/head
Marius A 2023-04-06 19:55:08 +03:00 zatwierdzone przez GitHub
rodzic 4acaaf4ead
commit e02b745529
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1170,7 +1170,7 @@ def do_stop(app):
def do_restart(app):
"""Restarts a deployed app"""
# This must work even if the app is stopped when called. At the end, the app should be running.
echo("restarting app '{}'...".format(app), fg='yellow')
echo("restarting app '{}'...".format(app), fg='yellow')
do_stop(app)
spawn_app(app)