From dd9d9db0388514bc474e1594cc6bc2b992fa7b42 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 May 2017 18:23:26 +0200 Subject: Fix ishtar-update script --- install/ishtar-update | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'install/ishtar-update') diff --git a/install/ishtar-update b/install/ishtar-update index 93c32efdc..3e2797c76 100755 --- a/install/ishtar-update +++ b/install/ishtar-update @@ -90,6 +90,14 @@ update_instances() { done fi + echo "" + cecho g "All instances have been updated" + cat >&2 <<-'EOF' + + You should restart uwsgi and nginx: +EOF + cecho y "systemctl restart uwsgi nginx" + echo "" } update_instances -- cgit v1.2.3