[Groonga-commit] droonga/droonga-http-server at 9c4a3c8 [master] Align

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 19:25:23 JST 2014


YUKI Hiroshi	2014-09-18 19:25:23 +0900 (Thu, 18 Sep 2014)

  New Revision: 9c4a3c85b5729829ea803ef6b125f523b38cad02
  https://github.com/droonga/droonga-http-server/commit/9c4a3c85b5729829ea803ef6b125f523b38cad02

  Message:
    Align

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+5 -6)
===================================================================
--- bin/droonga-http-server-configure    2014-09-18 19:24:15 +0900 (fe774cc)
+++ bin/droonga-http-server-configure    2014-09-18 19:25:23 +0900 (b207d75)
@@ -73,13 +73,12 @@ function ensureServiceStopped(callback) {
 
   console.log('The droonga-http-server service is now running.');
   console.log('Before reconfiguration, the service is going to be stopped.');
-  promptly.confirm('Are you sure you want to continue reconfiguration?',
+  promptly.confirm('Are you sure you want to continue reconfiguration? (y/N)',
                    function(error, ok) {
-    if (!ok)
-      return process.exit(false);
-
-    stopService(callback);
-  });
+                     if (!ok)
+                       return process.exit(false);
+                     stopService(callback);
+                   });
 }
 
 function stopService(callback) {
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index