Ordering
This commit is contained in:
parent
b259230133
commit
35617f5e1e
|
@ -256,8 +256,8 @@ function install_ipfs_js {
|
||||||
echo '[Install]' >> $IPFS_DAEMON_FILE
|
echo '[Install]' >> $IPFS_DAEMON_FILE
|
||||||
echo 'WantedBy=multi-user.target' >> $IPFS_DAEMON_FILE
|
echo 'WantedBy=multi-user.target' >> $IPFS_DAEMON_FILE
|
||||||
|
|
||||||
systemctl daemon-reload
|
|
||||||
systemctl enable ${IPFS_DAEMON_NAME}
|
systemctl enable ${IPFS_DAEMON_NAME}
|
||||||
|
systemctl daemon-reload
|
||||||
systemctl restart ${IPFS_DAEMON_NAME}
|
systemctl restart ${IPFS_DAEMON_NAME}
|
||||||
|
|
||||||
if [ -d /etc/avahi ]; then
|
if [ -d /etc/avahi ]; then
|
||||||
|
|
Loading…
Reference in New Issue