summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iblu-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/iblu-git.install b/iblu-git.install
index 956f9131a791..27dbdfc79241 100644
--- a/iblu-git.install
+++ b/iblu-git.install
@@ -8,7 +8,7 @@ post_install() {
# systemctl enable iblu.service; #enabling the service
- echo "\nIBLU is ALMOST INSTALLED! \nPlease run the following commands:\n\n\t # iblu UNIT > /usr/lib/systemd/system/iblu.service \t#creates the systemd unit file \n\t # systemctl start iblu.service \t\t\t\t#starting the service\n\t # systemctl enable iblu.service \t\t\t\t#enabling the service\n"
+ echo -e "\nIBLU is ALMOST INSTALLED! \nPlease run the following commands:\n\n\t # iblu UNIT > /usr/lib/systemd/system/iblu.service \t#creates the systemd unit file \n\t # systemctl start iblu.service \t\t\t\t#starting the service\n\t # systemctl enable iblu.service \t\t\t\t#enabling the service\n"
}