mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
#2933 install aghain on provision
This commit is contained in:
parent
bfe1c0ec4a
commit
c46fe4b499
@ -706,6 +706,15 @@ else
|
||||
echo "Provisioning Tallycoin Connect - keep default" >> ${logFile}
|
||||
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
|
||||
customInstallAvailable=$(ls /mnt/hdd/app-data/custom-installs.sh 2>/dev/null | grep -c "custom-installs.sh")
|
||||
if [ ${customInstallAvailable} -gt 0 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user