Commit 93d68f77 authored by Franco Fichtner's avatar Franco Fichtner

rc: not as bad as first thought, rc.recover runs without backend

parent c998907e
......@@ -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
......
#!/bin/sh
# php.ini is chained into this template, required by backend
echo -n "Configuring PHP: "
configctl template reload OPNsense/WebGui
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment