summarylogtreecommitdiffstats
path: root/electra-desktop-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'electra-desktop-bin.install')
-rw-r--r--electra-desktop-bin.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/electra-desktop-bin.install b/electra-desktop-bin.install
index 234d84b7cf13..6e62de4e45f0 100644
--- a/electra-desktop-bin.install
+++ b/electra-desktop-bin.install
@@ -1,4 +1,4 @@
post_install() {
- echo "To enable syncing with the network, copy the supplied config file to ~/.Electra/";
- echo "cp --parents /opt/electra-desktop/Electra.conf.example ~/.Electra/Electra.conf";
+ echo -e ">> To enable syncing with the network, copy the supplied config file to ~/.Electra/";
+ echo -e ">> cp --parents /opt/electra-desktop/Electra.conf.example ~/.Electra/Electra.conf";
}