diff options
| -rwxr-xr-x | install/ishtar-update | 8 | 
1 files changed, 8 insertions, 0 deletions
| 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 | 
