Skip to content

Commit 432bfbf

Browse files
authored
fix: Install warning in multiline (#6065)
Signed-off-by: MMaiero <[email protected]>
1 parent 0cebdfd commit 432bfbf

File tree

1 file changed

+2
-1
lines changed
  • kura/distrib/src/main/resources/unfiltered/deb/control

1 file changed

+2
-1
lines changed

kura/distrib/src/main/resources/unfiltered/deb/control/postinst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ function postInstall {
8484
echo "Finished. KURA has been installed to ${INSTALL_DIR}/kura and will start automatically after a reboot"
8585
echo ""
8686
echo "****************************************************************"
87-
echo "WARNING: Set the crypto service encryption key as explained in Eclipse Kura documentation before rebooting to have snapshot encryption enabled."
87+
echo "WARNING: Set the crypto service encryption key as explained in Eclipse Kura"
88+
echo "documentation before rebooting to have snapshot encryption enabled."
8889
echo "****************************************************************"
8990
}
9091
##############################################

0 commit comments

Comments
 (0)