mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 23:04:06 +02:00
icarus-miner: restart the cron
This commit is contained in:
parent
f8417fdf94
commit
5b4b30874c
@ -39,7 +39,7 @@ define Package/icarus-miner/postinst
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
crontab /root/crontab.icarus
|
crontab /root/crontab.icarus
|
||||||
/etc/init.d/cron enable
|
/etc/init.d/cron enable
|
||||||
/etc/init.d/cron start
|
/etc/init.d/cron restart
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,icarus-miner))
|
$(eval $(call BuildPackage,icarus-miner))
|
||||||
|
Loading…
Reference in New Issue
Block a user