diff --git a/home/bin/update-profile b/home/bin/update-profile index e0e597d..bc7faa5 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -47,7 +47,8 @@ fi # Putting exit 0 on same line here for security since the old script # will be deleted. echo "Using newer profile update script." - _CHECKOUT_DONE=1 home/bin/update-profile && exit 0 + export _CHECKOUT_DONE=1 + exec home/bin/update-profile fi fi