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:
openoms
2020-07-06 16:10:43 +01:00
parent 3e628f9fd7
commit 3ef6237054
2 changed files with 1 additions and 5 deletions

View File

@@ -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:"

View File

@@ -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