fix print: command not found issue (#12615)
maneamarius committed
Apr 6, 2022 at 17:30 UTC
5e5da08ac356893bd60662c4fadc34df23175c2c
1 file changed
+1
-1
packaging/installer/kickstart.sh
+1
-1
@@ -1718,7 +1718,7 @@ fi
1718
1719
set_auto_updates
1720
1721
-print >&2 "%s\n\n" "Successfully installed the Netdata Agent."
1721
+printf >&2 "%s\n\n" "Successfully installed the Netdata Agent."
1722
success_banner
1723
telemetry_event INSTALL_SUCCESS "" ""
1724
cleanup