From ac2bbcf49950dbac76bd1e49a9a27b5d632957e5 Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Sat, 6 May 2017 16:21:37 -0400 Subject: [PATCH] Fixed newline character showing in jGrasp install text. --- scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall b/scripts/postinstall index 6cc3398..a67abdd 100755 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -81,7 +81,7 @@ This script will install wireshark, python 2.7, and python 3 on your machine." dnf install -y wireshark-gtk python python3 java-1.8.0-openjdk groupadd wireshark usermod -aG wireshark $USER - echo "Due to licensing constraints we cannot distribute jGrasp at this time.\n + echo -e "Due to licensing constraints we cannot distribute jGrasp at this time.\n Please see http://spider.eng.auburn.edu/user-cgi/grasp/grasp.pl?;dl=download_jgrasp.html for download instructions.\n Please note that the JDK is already installed and accessible on your system." echo "Install finished"