summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--post.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.install b/post.install
index 9e8192656b68..190e1cf3c40c 100644
--- a/post.install
+++ b/post.install
@@ -1,7 +1,7 @@
post_install() {
# installed to opt, inform user how to set paths
_path_msg="\nINFO: OpenMC and its dependencies were installed to the non-standard location /opt. Run the following command \
- before attempting to use openmc:\n \
+ before attempting to use openmc:\n\n \
'sudo bash /opt/openmc/set_paths.sh && source /etc/profile' \n"
echo -e $_path_msg