fix: invalid path to db_recover
This commit is contained in:
parent
2bfd76d18f
commit
2ace38858b
@ -565,7 +565,7 @@ if [ $2 -eq 2 ]; then
|
||||
fi
|
||||
|
||||
# ensure the database is consistent
|
||||
runuser -m -s /usr/sbin/db_recover -- "ldap" -h %{_sharedstatedir}/ldap &>/dev/null
|
||||
runuser -m -s /usr/bin/db_recover -- "ldap" -h %{_sharedstatedir}/ldap &>/dev/null
|
||||
|
||||
# upgrade will be performed after removing old db4
|
||||
touch upgrade_db4
|
||||
|
Loading…
Reference in New Issue
Block a user