Loading bin/cc-node +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ if not isfile(options.config): # take care of pid file if daemon if options.daemonize: pidfile = open(options.pidfile) pidfile = open(options.pidfile, 'w') files_preserve = [pidfile] else: files_preserve = None Loading Loading
bin/cc-node +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ if not isfile(options.config): # take care of pid file if daemon if options.daemonize: pidfile = open(options.pidfile) pidfile = open(options.pidfile, 'w') files_preserve = [pidfile] else: files_preserve = None Loading