1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Run sysupgrade after all init

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-05-21 08:52:40 +02:00
parent a24ef0b984
commit de42eabfca

View file

@ -1,9 +1,9 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2020 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
# Copyright (C) 2020-2021 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
# Released under GPL 3. See LICENSE for the full terms.
{
START=90
START=99
STOP=10
USE_PROCD=1
}