Skip to content
Snippets Groups Projects
Commit 35617f5e authored by Bob Mottram's avatar Bob Mottram
Browse files

Ordering

parent b2592301
No related branches found
No related tags found
No related merge requests found
......@@ -256,8 +256,8 @@ function install_ipfs_js {
echo '[Install]' >> $IPFS_DAEMON_FILE
echo 'WantedBy=multi-user.target' >> $IPFS_DAEMON_FILE
systemctl daemon-reload
systemctl enable ${IPFS_DAEMON_NAME}
systemctl daemon-reload
systemctl restart ${IPFS_DAEMON_NAME}
if [ -d /etc/avahi ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment