forked from URZ/admin-tools
Add -n to rehash to prevent cert missing during the process
This commit is contained in:
@@ -100,7 +100,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Rehash
|
# Rehash
|
||||||
if /usr/bin/c_rehash > /dev/null 2>&1; then
|
if /usr/bin/c_rehash -n > /dev/null 2>&1; then
|
||||||
INFO "Rehash successful"
|
INFO "Rehash successful"
|
||||||
else
|
else
|
||||||
ERROR "Could not rehash $PATHSSL!"
|
ERROR "Could not rehash $PATHSSL!"
|
||||||
|
|||||||
Reference in New Issue
Block a user