services: MySQL: Fix indentation.
* gnu/services/databases.scm (mysql-upgrade-wrapper): Adjust indentation.master
parent
383c51ca0f
commit
3cf19b83d6
|
@ -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 New Issue