Joachim M. Giæver hace 5 años
padre
commit
4c9c649d47
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      bin/lxcbuild

+ 1 - 3
bin/lxcbuild

@@ -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