added output message to cosmic-web in the style of the PR from aewens

This commit is contained in:
James Tomasino 2018-12-07 15:06:21 -05:00
parent c4d99d2818
commit 48a2fbad64

View File

@ -167,6 +167,8 @@ if [ "$run_user" -eq 0 ]; then
} >> "${error_html}"
# copy favicon
cp "${SCRIPTPATH}/../files/favicon.ico" "${html_dir}"
# Let user's know it's done
printf "Web and RSS rebuilt\\n"
else
exec sudo "$0" "$@"
fi