diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-16 18:23:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-16 18:23:26 +0200 |
commit | 8fb2f3099e0a8e90fab1be3d9f7055581ffdf89a (patch) | |
tree | b56ea08aa73e0487ff4529579f4716f3a9111a32 /install | |
parent | 9f45829de307a70c00a13ef5cf4ad9dd65b6a326 (diff) | |
download | Ishtar-8fb2f3099e0a8e90fab1be3d9f7055581ffdf89a.tar.bz2 Ishtar-8fb2f3099e0a8e90fab1be3d9f7055581ffdf89a.zip |
Fix ishtar-update script
Diffstat (limited to 'install')
-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 |