mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Persist chown/chmod settings on users/roles files
This commit is contained in:
@@ -208,7 +208,7 @@ function syncElastic() {
|
||||
>> "$rolesFileTmp"
|
||||
[[ $? != 0 ]] && fail "Unable to read credential IDs from database"
|
||||
else
|
||||
info "Database file does not exist yet, skipping users export"
|
||||
echo "Database file does not exist yet, skipping users export"
|
||||
fi
|
||||
|
||||
# Move the temp files over onto the final files
|
||||
@@ -388,4 +388,4 @@ case "${operation}" in
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user