mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
#454 added reboot after loop install
This commit is contained in:
parent
37416bc532
commit
93856e7411
1 changed files with 2 additions and 3 deletions
|
@ -130,9 +130,9 @@ if [ "${loop}" != "${choice}" ]; then
|
||||||
if [ ${errorOnInstall} -eq 0 ]; then
|
if [ ${errorOnInstall} -eq 0 ]; then
|
||||||
whiptail --title " Installed the Lightning Loop Service (loopd) " --msgbox "\
|
whiptail --title " Installed the Lightning Loop Service (loopd) " --msgbox "\
|
||||||
Usage and examples: https://github.com/lightninglabs/loop#loop-out-swaps\n
|
Usage and examples: https://github.com/lightninglabs/loop#loop-out-swaps\n
|
||||||
Start from the command line by typing 'loop' to see the options.
|
After reboot: Use can use command 'loop' to see the options.
|
||||||
" 10 75
|
" 10 75
|
||||||
source /etc/profile
|
needsReboot=1
|
||||||
else
|
else
|
||||||
l1="FAILED to install Lightning LOOP"
|
l1="FAILED to install Lightning LOOP"
|
||||||
l2="Try manual install in the terminal with:"
|
l2="Try manual install in the terminal with:"
|
||||||
|
@ -140,7 +140,6 @@ Start from the command line by typing 'loop' to see the options.
|
||||||
dialog --title 'FAIL' --msgbox "${l1}\n${l2}\n${l3}" 7 65
|
dialog --title 'FAIL' --msgbox "${l1}\n${l2}\n${l3}" 7 65
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
needsReboot=0
|
|
||||||
else
|
else
|
||||||
echo "Loop Setting unchanged."
|
echo "Loop Setting unchanged."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue