Persist chown/chmod settings on users/roles files

This commit is contained in:
Jason Ertel
2021-06-02 09:01:16 -04:00
parent 9d6dca9c64
commit 7aede4d058
2 changed files with 8 additions and 2 deletions

View File

@@ -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