From 7eaee6e28ecf02282d2552e24a49e1423502caf6 Mon Sep 17 00:00:00 2001 From: aewens Date: Fri, 7 Dec 2018 19:43:05 +0000 Subject: [PATCH] Added success message to cosmic-web --- bin/cosmic-web | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/cosmic-web b/bin/cosmic-web index dd7a818..2f62f16 100755 --- a/bin/cosmic-web +++ b/bin/cosmic-web @@ -170,3 +170,5 @@ if [ "$run_user" -eq 0 ]; then else exec sudo "$0" "$@" fi + +echo "Web and RSS rebuilt"