mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Bugfix server restart to prevent infinite calibre-web instances
This commit is contained in:
		| @@ -194,6 +194,8 @@ class WebServer(object): | ||||
|                 rv.extend(("-m", py_module.lstrip("."))) | ||||
|  | ||||
|         rv.extend(args) | ||||
|         if os.name == 'nt': | ||||
|             rv = ['"{}"'.format(a) for a in rv] | ||||
|         return rv | ||||
|  | ||||
|     def _start_gevent(self): | ||||
| @@ -263,10 +265,7 @@ class WebServer(object): | ||||
|  | ||||
|         log.info("Performing restart of Calibre-Web") | ||||
|         args = self._get_args_for_reloading() | ||||
|         if os.environ.get('FLASK_DEBUG'): | ||||
|             subprocess.run(args, close_fds=True)  # nosec | ||||
|         else: | ||||
|             subprocess.run(args, close_fds=True)  # nosec | ||||
|         os.execv(args[0].lstrip('"').rstrip('"'), args) | ||||
|         return True | ||||
|  | ||||
|     @staticmethod | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs