From 1e480a7c16b490c6e32efcf85bd607fa6698c65d Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Tue, 14 Aug 2018 11:50:40 -0400 Subject: [PATCH] Add 'update complete' notice (#141) --- bin/lamassu-update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/lamassu-update b/bin/lamassu-update index 9db5d02a..08ea033e 100755 --- a/bin/lamassu-update +++ b/bin/lamassu-update @@ -53,3 +53,5 @@ perl -i -pe 's/command=.*/command=$ENV{NPM_BIN}\/lamassu-admin-server/g' /etc/su decho "updating lamassu-server" supervisorctl update lamassu-server >> ${LOG_FILE} 2>&1 supervisorctl update lamassu-admin-server >> ${LOG_FILE} 2>&1 + +echo "Update complete!"