Removed extra period from log message

I think the `.` in `uid./gid not synced` is erroneous.
This commit is contained in:
Jonathon Anderson
2022-07-01 10:38:29 -06:00
committed by Jonathon Anderson
parent cb0a7b402e
commit 1ed5a531bb

View File

@@ -101,7 +101,7 @@ func SyncUids(containerName string, showOnly bool) error {
}
if showOnly {
wwlog.Printf(wwlog.INFO, "uid./gid not synced, run \nwwctl container syncuser --write %s\nto synchronize uid/gids.\n", containerName)
wwlog.Printf(wwlog.INFO, "uid/gid not synced, run \nwwctl container syncuser --write %s\nto synchronize uid/gids.\n", containerName)
return nil
}
// create list of files which need changed ownerships in order to change them later what