diff --git a/home/bin/update-profile b/home/bin/update-profile index 8ec696c..5f2eeb9 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -44,7 +44,9 @@ fi if file_changed "${HOME}/bin/update-profile" "home/bin/update-profile"; then # Use new profile update script instead - _CHECKOUT_DONE=1 home/bin/update-profile + # Putting exit 0 on same line here for security since the old script + # will be deleted. + _CHECKOUT_DONE=1 home/bin/update-profile && exit 0 fi fi