Unverified Commit 3f27382d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Do not display OverlayFS message for Podman (#944)

parent 9d8301ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ checkFS () {
  DIR=$(dirname "$DISK_FILE")
  [ ! -d "$DIR" ] && return 0

  if [[ "${FS,,}" == "overlay"* ]]; then
  if [[ "${FS,,}" == "overlay"* && "$PODMAN" != [Yy1]* ]]; then
    info "Warning: the filesystem of $DIR is OverlayFS, this usually means it was binded to an invalid path!"
  fi

+1 −1

File changed.

Contains only whitespace changes.