services: MySQL: Fix indentation.
* gnu/services/databases.scm (mysql-upgrade-wrapper): Adjust indentation.
This commit is contained in:
		
							parent
							
								
									383c51ca0f
								
							
						
					
					
						commit
						3cf19b83d6
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		|  | @ -576,14 +576,14 @@ FLUSH PRIVILEGES; | |||
|                    ;; The socket is ready! | ||||
|                    (execl mysql-upgrade mysql-upgrade | ||||
|                           (string-append "--socket=" #$socket-file)))) | ||||
|                  (lambda args | ||||
|                    (if (< i timeout) | ||||
|                        (begin | ||||
|                          (sleep 1) | ||||
|                          (loop (+ 1 i))) | ||||
|                        ;; No luck, give up. | ||||
|                        (throw 'timeout-error | ||||
|                               "MySQL server did not appear in time!")))))))))) | ||||
|                (lambda args | ||||
|                  (if (< i timeout) | ||||
|                      (begin | ||||
|                        (sleep 1) | ||||
|                        (loop (+ 1 i))) | ||||
|                      ;; No luck, give up. | ||||
|                      (throw 'timeout-error | ||||
|                             "MySQL server did not appear in time!")))))))))) | ||||
| 
 | ||||
| (define (mysql-upgrade-shepherd-service config) | ||||
|   (list (shepherd-service | ||||
|  |  | |||
		Reference in a new issue