mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
fix typo in juci inteno config
This commit is contained in:
parent
fac97aafc4
commit
bc7260e31f
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
# install the default menus if they are not already in the config
|
||||
uci -q get juci.@menu[0] || {
|
||||
|
||||
cat >> /etc/config/juci << EOF
|
||||
config juci_event 'juci_event'
|
||||
list filter firewall.ssh
|
||||
|
|
@ -466,6 +465,7 @@ config menu
|
|||
option path 'status/restart'
|
||||
option page 'status-restart'
|
||||
EOF
|
||||
}
|
||||
|
||||
# install the default menus if they are not already in the config
|
||||
uci delete rpcd.@login[0];
|
||||
|
|
@ -604,4 +604,4 @@ EOF
|
|||
/etc/init.d/rpcd restart
|
||||
}
|
||||
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue