Details
-
Type:
Bug
-
Status: Complete
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Epic Link:
-
Sprint:INDY 18.01: Stability+
Description
#-------------------------------------------------------- echo 'Fixing Bugs' if grep -Fxq '[Install]' /etc/systemd/system/indy-node.service then #-------------------------------------------------------- echo 'Fixing Bugs' if grep -Fxq '[Install]' /etc/systemd/system/indy-node.service then echo '[Install] section is present in indy-node target' else perl -p -i -e 's/\\n\\n/[Install]\\nWantedBy=multi-user.target\\n/' /etc/systemd/system/indy-node.service fi if grep -Fxq 'SendMonitorStats' /home/indy/.indy/indy_config.py then echo 'SendMonitorStats is configured in indy_config.py' else echo 'SendMonitorStats = False' >> /home/indy/.indy/indy_config.py fi chown indy:indy /home/indy/.indy/indy_config.py #-------------------------------------------------------- _ echo '[Install] section is present in indy-node target' else perl -p -i -e 's/\\n\\n/[Install]\\nWantedBy=multi-user.target\\n/' /etc/systemd/system/indy-node.service fi if grep -Fxq 'SendMonitorStats' /home/indy/.indy/indy_config.py then echo 'SendMonitorStats is configured in indy_config.py' else echo 'SendMonitorStats = False' >> /home/indy/.indy/indy_config.py fi chown indy:indy /home/indy/.indy/indy_config.py #--------------------------------------------------------
File /home/indy/.indy/indy_config.py doesn't exist after file/folder changes.
Attachments
Issue Links
- is blocked by
-
INDY-1064 Get rid of Sovrin dependency in environment scripts
-
- Complete
-