mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
#2933 install aghain on provision
This commit is contained in:
@@ -706,6 +706,15 @@ else
|
|||||||
echo "Provisioning Tallycoin Connect - keep default" >> ${logFile}
|
echo "Provisioning Tallycoin Connect - keep default" >> ${logFile}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# bitcoinminds.org
|
||||||
|
if [ "${bitcoinminds}" = "on" ]; then
|
||||||
|
echo "Provisioning bitcoinminds.org - run config script" >> ${logFile}
|
||||||
|
/home/admin/_cache.sh set message "Setup Bitcoinminds.org"
|
||||||
|
sudo -u admin /home/admin/config.scripts/bonus.bitcoinminds.sh on >> ${logFile} 2>&1
|
||||||
|
else
|
||||||
|
echo "Provisioning bitcoinminds.org - keep default" >> ${logFile}
|
||||||
|
fi
|
||||||
|
|
||||||
# custom install script from user
|
# custom install script from user
|
||||||
customInstallAvailable=$(ls /mnt/hdd/app-data/custom-installs.sh 2>/dev/null | grep -c "custom-installs.sh")
|
customInstallAvailable=$(ls /mnt/hdd/app-data/custom-installs.sh 2>/dev/null | grep -c "custom-installs.sh")
|
||||||
if [ ${customInstallAvailable} -gt 0 ]; then
|
if [ ${customInstallAvailable} -gt 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user