@@ -108,9 +108,7 @@ CURRF="$(md5sum "${0}")"
git pull
if [ "${CURRF}" != "$(md5sum "${0}")" ]; then
- cprint "File changes on last pull. Restarting..."
- eval "${SELF}"
- cprint "Ended child"
+ cprint "File changes on last pull. Please restart"
exit 1
fi