mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
rc: not as bad as first thought, rc.recover runs without backend
This commit is contained in:
parent
c998907e40
commit
93d68f77d7
@ -94,7 +94,6 @@ else
|
||||
fi
|
||||
|
||||
# regenerate groups and users for base
|
||||
# XXX port this to POSIX shell:
|
||||
/usr/local/etc/rc.recover base > /dev/null
|
||||
|
||||
# set keyboard map if needed
|
||||
@ -227,7 +226,6 @@ fi
|
||||
echo "done."
|
||||
|
||||
# Regenerate groups and users for packages
|
||||
# XXX port this to POSIX shell:
|
||||
/usr/local/etc/rc.recover pkg > /dev/null 2> /dev/null
|
||||
|
||||
# Recreate capabilities DB
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# php.ini is chained into this template, required by backend
|
||||
echo -n "Configuring PHP: "
|
||||
configctl template reload OPNsense/WebGui
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user