summarylogtreecommitdiffstats
path: root/go-nebulas-git.install
diff options
context:
space:
mode:
authorimlonghao2018-06-23 22:20:11 +0800
committerimlonghao2018-06-23 22:20:11 +0800
commitc5cabdb743fbfab8d39380463e9024fa2d2fc8b3 (patch)
treec6b918f3a636f8a4d7d53d48a44df8df691df991 /go-nebulas-git.install
parente40f02cde31443706449000ed3766675b657ca4b (diff)
downloadaur-c5cabdb743fbfab8d39380463e9024fa2d2fc8b3.tar.gz
Fix the lib missing issue
Diffstat (limited to 'go-nebulas-git.install')
-rw-r--r--go-nebulas-git.install10
1 files changed, 6 insertions, 4 deletions
diff --git a/go-nebulas-git.install b/go-nebulas-git.install
index f1cdfd842072..470992c7f7af 100644
--- a/go-nebulas-git.install
+++ b/go-nebulas-git.install
@@ -1,6 +1,8 @@
post_install() {
- echo "Example mainnet configuration files are located in /etc/go-nebulas"
- echo "You can delete the suffix *.example to use them"
- echo "Then, you can use \"systemctl start go-nebulas\" to start the node"
- echo "For more information, please visit: https://github.com/nebulasio/wiki/wiki"
+ echo ""
+ echo "> Example mainnet configuration files are located in /opt/go-nebulas-git/conf"
+ echo "> You can use the default config by deleting the suffix (.example)"
+ echo "> Then, you can use \"systemctl start go-nebulas\" to start the node"
+ echo "> For more information, please visit: https://github.com/nebulasio/wiki/wiki"
+ echo ""
}