From 33fd11c1ba98cdac5f50557472a11f5779cd20d9 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Thu, 28 Apr 2016 22:54:30 -0500 Subject: [PATCH] Added a final message to the updater --- scripts/.update_dotfiles.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/.update_dotfiles.sh b/scripts/.update_dotfiles.sh index 9da6d89..e42c823 100755 --- a/scripts/.update_dotfiles.sh +++ b/scripts/.update_dotfiles.sh @@ -47,5 +47,7 @@ else exit 1 fi +echo "Finished dotfiles update check!" + # Return to where we started incase this was sourced from another script cd $owpd