]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1319] Fixed version printf
authorFrancis Dupont <fdupont@isc.org>
Mon, 3 Aug 2020 09:23:13 +0000 (11:23 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 4 Aug 2020 08:28:51 +0000 (10:28 +0200)
src/bin/admin/kea-admin.in

index 98dd5eae304cf2c11d853e49cfc079e00096ac08..8059983b65db6c472f065c756272817bea243ec1 100644 (file)
@@ -146,7 +146,7 @@ mysql_can_create() {
         exit 1
     fi
 
-    printf "MySQL Version is:\n" "$RESULT"
+    printf "MySQL Version is: %s\n" "$RESULT"
 
     # SQL to drop our test table and trigger
     cleanup_sql="DROP TABLE IF EXISTS kea_dummy_table; DROP PROCEDURE IF EXISTS kea_dummy_trigger;"