mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
This commit is contained in:
@@ -339,7 +339,7 @@ server {
|
|||||||
|
|
||||||
# MAINMENU - show users that app is installed
|
# MAINMENU - show users that app is installed
|
||||||
# Take a look at the `00mainmenu.sh` script - you can see there almost all bonus apps add a menu entry there if
|
# Take a look at the `00mainmenu.sh` script - you can see there almost all bonus apps add a menu entry there if
|
||||||
# they are installed that then is calling this script with the `menu` parameter. Add your app accordantly.
|
# they are installed that then is calling this script with the `menu` parameter. Add your app accordingly.
|
||||||
|
|
||||||
# SERVICES MENU - add your app for onclick install
|
# SERVICES MENU - add your app for onclick install
|
||||||
# Take a look at the `00settingsMenuServices.sh` script - you can there almost all bonus apps added themselves
|
# Take a look at the `00settingsMenuServices.sh` script - you can there almost all bonus apps added themselves
|
||||||
|
@@ -40,6 +40,15 @@ if [ $(grep -c "^sparko" < ${CLCONF}) -gt 0 ];then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ $(grep -c "^clboss" < ${CLCONF}) -gt 0 ];then
|
||||||
|
if [ ! -f /home/bitcoin/${netprefix}cl-plugins-enabled/clboss ]\
|
||||||
|
|| [ "$(eval echo \$${netprefix}sparko)" != "on" ]; then
|
||||||
|
echo "# The clboss plugin is not present but in config"
|
||||||
|
sed -i "/^clboss/d" ${CLCONF}
|
||||||
|
rm -rf /home/bitcoin/${netprefix}cl-plugins-enabled/clboss
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ $(grep -c "^http-pass" < ${CLCONF}) -gt 0 ];then
|
if [ $(grep -c "^http-pass" < ${CLCONF}) -gt 0 ];then
|
||||||
if [ ! -f /home/bitcoin/cl-plugins-enabled/c-lightning-http-plugin ]\
|
if [ ! -f /home/bitcoin/cl-plugins-enabled/c-lightning-http-plugin ]\
|
||||||
|| [ "${clHTTPplugin}" != "on" ]; then
|
|| [ "${clHTTPplugin}" != "on" ]; then
|
||||||
|
Reference in New Issue
Block a user