change name

This commit is contained in:
rootzoll 2020-07-19 17:06:36 +02:00
parent 67bca00b0a
commit 7b9ffd2e7e

View file

@ -184,7 +184,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
cd /home/lnbits
sudo -u lnbits git clone https://github.com/lnbits/lnbits.git
cd /home/lnbits/lnbits
if [ "$2" == "latest" ]; then
if [ "$2" == "master" ]; then
echo "# checking out master branch"
sudo -u lnbits git checkout
else