mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
specter: don't start service during recovery
The service has: After=${network}d.service which is not running during bootstrap.provision
This commit is contained in:
@@ -142,11 +142,8 @@ if [ "${specter}" != "${choice}" ]; then
|
||||
errorOnInstall=$?
|
||||
if [ "${choice}" = "on" ]; then
|
||||
if [ ${errorOnInstall} -eq 0 ]; then
|
||||
#sudo sytemctl start cryptoadvance-specter
|
||||
sudo systemctl start cryptoadvance-specter
|
||||
/home/admin/config.scripts/bonus.cryptoadvance-specter.sh menu
|
||||
#whiptail --title " Installed Cryptoadvance Specter " --msgbox "\
|
||||
#You should be able to reach specter on port 25441. The Login is Password B.\n
|
||||
#" 14 50
|
||||
else
|
||||
l1="!!! FAIL on Cryptoadvance Specter install !!!"
|
||||
l2="Try manual install on terminal after reboot with:"
|
||||
|
@@ -227,7 +227,6 @@ EOF
|
||||
|
||||
sudo mv /home/admin/cryptoadvance-specter.service /etc/systemd/system/cryptoadvance-specter.service
|
||||
sudo systemctl enable cryptoadvance-specter
|
||||
sudo systemctl start cryptoadvance-specter
|
||||
|
||||
echo "# --> OK - the cryptoadvance-specter service is now enabled and started"
|
||||
else
|
||||
|
Reference in New Issue
Block a user