mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
Changed link to information location (#1776)
This commit is contained in:
parent
0dff3bb60d
commit
ea81de7d4d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ WantedBy=multi-user.target
|
||||||
isInstalled=$(sudo -u pool /home/pool/go/bin/pool | grep -c pool)
|
isInstalled=$(sudo -u pool /home/pool/go/bin/pool | grep -c pool)
|
||||||
if [ ${isInstalled} -gt 0 ]; then
|
if [ ${isInstalled} -gt 0 ]; then
|
||||||
echo "
|
echo "
|
||||||
# Usage and examples: https://gitlab.com/lightning-labs/pool
|
# Usage and examples: https://github.com/lightninglabs/pool
|
||||||
# Use the command: 'sudo su - pool'
|
# Use the command: 'sudo su - pool'
|
||||||
# in the terminal to switch to the dedicated user.
|
# in the terminal to switch to the dedicated user.
|
||||||
# Type 'pool' again to see the options.
|
# Type 'pool' again to see the options.
|
||||||
|
|
Loading…
Add table
Reference in a new issue