Skip to content

Commit

Permalink
Updating profiles postinsts to remove initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
djpolygon committed Oct 3, 2024
1 parent 8371be5 commit d5558e7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packaging/templates/package_scripts/postinst.profile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# This is a postinstallation script so the service can be configured and started when requested
#
sudo -u heimdall heimdalld init --chain=amoy --home /var/lib/heimdall
sudo systemctl daemon-reload
1 change: 0 additions & 1 deletion packaging/templates/package_scripts/postinst.profile.amoy
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# This is a postinstallation script so the service can be configured and started when requested
#
sudo -u heimdall heimdalld init --chain=amoy --home /var/lib/heimdall
sudo systemctl daemon-reload
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# This is a postinstallation script so the service can be configured and started when requested
#
sudo -u heimdall heimdalld init --chain=mainnet --home /var/lib/heimdall
sudo systemctl daemon-reload
1 change: 0 additions & 1 deletion packaging/templates/package_scripts/postinst.validator
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# This is a postinstallation script so the service can be configured and started when requested
#
sudo -u heimdall heimdalld init --chain=mumbai --home /var/lib/heimdall
sudo systemctl daemon-reload

0 comments on commit d5558e7

Please sign in to comment.