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 | dd9d9db0388514bc474e1594cc6bc2b992fa7b42 (patch) | |
tree | b56ea08aa73e0487ff4529579f4716f3a9111a32 /install | |
parent | c58947fa2f4f13476b3a87559e90680fb7172a5a (diff) | |
download | Ishtar-dd9d9db0388514bc474e1594cc6bc2b992fa7b42.tar.bz2 Ishtar-dd9d9db0388514bc474e1594cc6bc2b992fa7b42.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 |