Commit 6d8de705 authored by Franco Fichtner's avatar Franco Fichtner

rc: generate package user/group data after updates

parent 436a9fa3
......@@ -227,12 +227,6 @@ fi
echo "done."
# Regenerate groups and users for packages
/usr/local/etc/rc.recover pkg > /dev/null
# Recreate capabilities DB
/usr/bin/cap_mkdb /etc/login.conf
# Perform major updates
for STAGE in B P; do
if opnsense-update -${STAGE}; then
......@@ -241,6 +235,12 @@ for STAGE in B P; do
fi
done
# Regenerate groups and users for packages
/usr/local/etc/rc.recover pkg > /dev/null
# Recreate capabilities DB
/usr/bin/cap_mkdb /etc/login.conf
# Set up the correct php.ini content
/usr/local/etc/rc.php_ini_setup
......
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