Index: /locker/sql/bin/get-password
===================================================================
--- /locker/sql/bin/get-password	(revision 233)
+++ /locker/sql/bin/get-password	(revision 234)
@@ -36,5 +36,5 @@
 	case 1:
 		$myPassword = `/usr/bin/sql-signup`;
-        file_put_contents($cnfPath, "[mysql]\nhost=$host\nuser=$env_user\npassword=$myPassword");
+        file_put_contents($cnfPath, "[mysql]\nhost=$host\nuser=$env_user\npassword=$myPassword\n");
         $cnfinfo = getMyCnfInfo($cnfPath);
         if (is_array($cnfinfo)) {
