This commit is contained in:
Bob Mottram 2016-08-12 09:24:22 +01:00
parent b259230133
commit 35617f5e1e
1 changed files with 1 additions and 1 deletions

View File

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